some site updates
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 42s
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 42s
This commit is contained in:
22
site/default.html
Normal file
22
site/default.html
Normal 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>
|
||||
Reference in New Issue
Block a user