mirror of
https://codeberg.org/sofiaritz/website.git
synced 2023-09-06 01:24:41 +00:00
Add Mastodon link to index.html
This commit is contained in:
parent
0908765939
commit
f8cb32ba14
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue