Add Mastodon link to index.html

This commit is contained in:
Sofía Aritz 2023-01-06 11:53:23 +01:00
parent 0908765939
commit f8cb32ba14

View file

@ -6,8 +6,14 @@
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap" rel="stylesheet">
<title>sofi web</title>
<style>
.__hidden {
display: none;
}
</style>
</head>
<body>
<a class="__hidden" href="https://hachyderm.io/@sofiaritz">Mastodon</a>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>