mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 06:45:05 +00:00
revamp static content.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user