diff options
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 3 |
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> |