diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 21:11:10 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 21:11:10 -0500 |
commit | 22a992855dbfa09760204bf8f69075bb1a143e18 (patch) | |
tree | 70092d30df631a09295ad7d34554bcfba97e4dff | |
parent | 9366976b407acecf8490ed52a9d7c6602ba65b1b (diff) |
Add basic index.html
-rw-r--r-- | public/index.html | 2 |
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> |