diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 8fb123f..78683ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,11 @@ <link rel="stylesheet" type="text/css" href="/static/style.css"> </head> <body> - <h1>hi</h1> + <div class="min-h-screen w-full flex justify-center"> + <div class="w-1/2 flex items-center flex-col"> + {{> header.html }} + <p>lol</p> + </div> + </div> </body> </html> |
