about summary refs log tree commit diff
path: root/frontend/index.html
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-26 00:57:10 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-26 01:18:33 +0200
commit8e6d60a9492c97b78ba8a021b4e3360bd977fccf (patch)
treee6b7ad75358d51712ab0337e0922ffb9974d94c8 /frontend/index.html
parentFrontend: Update index.html to include boostrap (diff)
downloadOSSE-8e6d60a9492c97b78ba8a021b4e3360bd977fccf.tar.gz
OSSE-8e6d60a9492c97b78ba8a021b4e3360bd977fccf.tar.bz2
OSSE-8e6d60a9492c97b78ba8a021b4e3360bd977fccf.zip
Frontend: Add basic layout
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 27b8dc2..8d92606 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -7,6 +7,12 @@
     <title>OSSE</title>
     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
         integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
+    <style>
+        body,
+        html {
+            height: 100%;
+        }
+    </style>
 </head>
 
 <body>