diff options
author | metamuffin <metamuffin@disroot.org> | 2023-07-26 21:48:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-07-26 21:48:37 +0200 |
commit | 377e503555a9b5feb89e15275f26333545a6e414 (patch) | |
tree | 2e0d5907fee87a91799c9388ede8fa28c2c77579 /frontend/index.html | |
parent | 25699e2d089ab21072e6894c098efea98fc14fa9 (diff) | |
download | fastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar fastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar.bz2 fastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar.zst |
rename project and add some more ui
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index f2c481f..52420db 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script type="module" src="./bundle.js"></script> <link rel="stylesheet" href="./style.css" /> - <title>Projectname</title> + <title>Fastbangs</title> </head> <body> <noscript>requires javascript</noscript> |