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