Add version footer

This commit is contained in:
dragongoose
2023-07-18 20:26:32 -04:00
parent 8b78363784
commit 87ca3b79d6
4 changed files with 24 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<link rel="manifest" href="/site.webmanifest">
<title>SafeTwitch</title>
</head>
<body class="bg-ctp-base">
<body class="bg-ctp-base flex flex-col">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>