about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-25 20:52:56 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-25 21:10:16 +0200
commit33c4a06a20b009ea2f10d876ce0a97ae5e3574b6 (patch)
tree4ff496aba8b4f6d358834258318ab8ef85f02175
parentCrawler: Fix bad error handling with match handling (diff)
downloadOSSE-33c4a06a20b009ea2f10d876ce0a97ae5e3574b6.tar.gz
OSSE-33c4a06a20b009ea2f10d876ce0a97ae5e3574b6.tar.bz2
OSSE-33c4a06a20b009ea2f10d876ce0a97ae5e3574b6.zip
Frontend: Update index.html to include boostrap
Also setup viewport and title.
-rw-r--r--frontend/index.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 79497a0..27b8dc2 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -1,5 +1,18 @@
 <!DOCTYPE html>
 <html lang="en">
-    <head> </head>
-    <body></body>
-</html>
+
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <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">
+</head>
+
+<body>
+    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
+        integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
+        crossorigin="anonymous"></script>
+</body>
+
+</html>
\ No newline at end of file