merge... yay....
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 1m17s
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 1m17s
This commit is contained in:
@@ -1,22 +1,27 @@
|
||||
[?]
|
||||
[#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>
|
||||
<head>
|
||||
<title>[^title] | Clarke Information Systems</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="[^baseurl]/main.css" />
|
||||
<link rel="icon" href="[^baseurl]/res/icon-square.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<a href="[^baseurl]"><img src="[^baseurl]/res/icon-wide.png" /></a>
|
||||
<div>
|
||||
<a href="[^baseurl]/about.html">About Us</a>
|
||||
<a href="[^baseurl]/about.html">Hire Us</a>
|
||||
<a href="[^baseurl]/about.html">Meet The Team</a>
|
||||
<a href="[^baseurl]/about.html">Contact Us</a>
|
||||
<a href="[^baseurl]/about.html">Our Services</a>
|
||||
<a href="[^baseurl]/about.html">Pricing Calculator</a>
|
||||
</div>
|
||||
</div>
|
||||
[^content]
|
||||
<script src="[^baseurl]/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user