first commit

This commit is contained in:
2021-03-29 19:50:06 -06:00
commit 78a56d8ab7
10 changed files with 88 additions and 0 deletions

16
html/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<style type="text/css">
.centered
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
</style>
<body>
<p class="centered"><img src="microbot.png" alt="microbot"/></p>
<p class="centered">Container hostname: XXX</p>
</body>
</html>