aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-04-17 21:11:10 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2019-04-17 21:11:10 -0500
commit22a992855dbfa09760204bf8f69075bb1a143e18 (patch)
tree70092d30df631a09295ad7d34554bcfba97e4dff
parent9366976b407acecf8490ed52a9d7c6602ba65b1b (diff)
Add basic index.html
-rw-r--r--public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index f78d7fe..5e8b8bd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,6 +7,6 @@
<title>Homepage</title>
</head>
<body>
-
+ <h1>Welcome to the Homepage</h1>
</body>
</html>