aboutsummaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-07-26 16:27:16 +0200
committermetamuffin <metamuffin@disroot.org>2023-07-26 16:27:16 +0200
commitf35043b395adf9ffa06b71000dfba6f560d44cb7 (patch)
treef95ecf9785b86da750064510038b5159f36ce2c5 /frontend/index.html
parent0ae2d031aa2bf13f9e0ba90b945e79cd614cfd7e (diff)
downloadfastbangs-f35043b395adf9ffa06b71000dfba6f560d44cb7.tar
fastbangs-f35043b395adf9ffa06b71000dfba6f560d44cb7.tar.bz2
fastbangs-f35043b395adf9ffa06b71000dfba6f560d44cb7.tar.zst
add a bunch of ui for the search page and style
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 9a4c5d4..f2c481f 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -4,7 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="./bundle.js"></script>
- <title>Laufente</title>
+ <link rel="stylesheet" href="./style.css" />
+ <title>Projectname</title>
</head>
<body>
<noscript>requires javascript</noscript>