some site updates
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 42s

This commit is contained in:
Lazy Hippopotamus
2025-03-24 20:47:06 -04:00
parent 175efe81d8
commit 853c0775e3
19 changed files with 169 additions and 343 deletions

22
site/default.html Normal file
View File

@@ -0,0 +1,22 @@
[?]
[#config.stx]
<!DOCTYPE html>
<html>
<head>
<title>[^title] | Clarke Information Systems</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="[^config.baseurl]/main.css" />
</head>
<body>
<div id="header">
header stuff!
</div>
<div id="main">
[^content]
</div>
<div id="footer">
footer stuff!
</div>
<script src="[^config.baseurl]/header-hider.js"></script>
</body>
</html>