revamp static content.

This commit is contained in:
Gregory Hendrickson
2023-06-09 16:42:24 -07:00
parent 4d982aa5af
commit aa393d232b
4 changed files with 65 additions and 8 deletions

View File

@@ -1,8 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Greg Test</title>
</head>
<div>
Hello World! I was built with jenkins! This is just an extension of content at this point
</div>
</html>
<head>
<title>Latest Commit</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Latest Commit</h1>
<div id="commit-info"></div>
</div>
<script src="script.js"></script>
</body>
</html>