Files
clarkeis.com/output/index.html
Tyler Clarke 34020fe8a8
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 20s
camera-info
2025-04-13 08:27:15 -04:00

36 lines
1008 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Home | Clarke Information Systems</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="http://localhost:8080/main.css" />
<link rel="icon" href="http://localhost:8080/res/icon-square.png" />
</head>
<body>
<div id="header">
<a href="http://localhost:8080"><img src="http://localhost:8080/res/icon-wide.png" /></a>
<div>
<a href="http://localhost:8080/about.html">About Us</a>
<a href="http://localhost:8080/about.html">Hire Us</a>
<a href="http://localhost:8080/about.html">Meet The Team</a>
<a href="http://localhost:8080/about.html">Contact Us</a>
<a href="http://localhost:8080/about.html">Our Services</a>
<a href="http://localhost:8080/about.html">Pricing Calculator</a>
</div>
</div>
<div class="center-text">
Website under construction. Check back later!
</div>
<script src="http://localhost:8080/main.js"></script>
</body>
</html>