diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html index 524959f..ab6a3ec 100644 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,8 @@ -<!DOCTYPE html> -<html lang="en"> - <p>Hello and welcome</p> -</html> +<!DOCTYPE html>
+<html lang="en">
+ <body>
+ <main style="min-height: 100vh;">
+ <a>Under construction</a>
+ </main>
+ </body>
+</html>
\ No newline at end of file |
