add . to meta

This commit is contained in:
Janis
2023-10-07 22:48:23 +02:00
parent bb7d2d61c6
commit ab38a1b1fe

View File

@@ -1,17 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta <meta
name="description" name="description"
content="An OBS overlay for TeamSpeak5, so your audience can see who is talking https://github.com/DerTyp7/ts5-obs-overlay" content="An OBS overlay for TeamSpeak5, so your audience can see who is talking. https://github.com/DerTyp7/ts5-obs-overlay"
/> />
<meta name="author" content="DerTyp7" /> <meta name="author" content="DerTyp7" />
<title>TS5-OBS-Overlay</title> <title>TS5-OBS-Overlay</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>
</html> </html>