Move mastodon rel link to header

This commit is contained in:
Niklas Birk 2022-11-16 13:25:23 +01:00
parent 3af5905eac
commit 7d025bb4bf

View File

@ -10,11 +10,11 @@
name="Niklas Birk" name="Niklas Birk"
/> />
<link href="%PUBLIC_URL%/manifest.json" rel="manifest"/> <link href="%PUBLIC_URL%/manifest.json" rel="manifest"/>
<link href="https://mathstodon.xyz/@SirNik" rel="me">
<title>Niklas Birk</title> <title>Niklas Birk</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
<a rel="me" href="https://mathstodon.xyz/@SirNik"></a>
</body> </body>
</html> </html>