feat: add Mastodon verification link

This commit is contained in:
Sebin Nyshkim 2023-02-03 17:58:41 +01:00
parent 6408fc3fc6
commit 0f3c85a51b

View file

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="me" href="https://meow.social/@SebinNyshkim">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Character Select</title> <title>Character Select</title>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>