diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-26 00:57:10 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-26 01:18:33 +0200 |
commit | 8e6d60a9492c97b78ba8a021b4e3360bd977fccf (patch) | |
tree | e6b7ad75358d51712ab0337e0922ffb9974d94c8 /frontend/index.html | |
parent | Frontend: Update index.html to include boostrap (diff) | |
download | OSSE-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.html | 6 |
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> |