This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
website/index.html
2023-02-22 23:05:05 +00:00

19 lines
452 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>sofi web</title>
<style>
.__hidden {
display: none;
}
</style>
</head>
<body>
<a class="__hidden" href="https://hachyderm.io/@sofiaritz" rel="me">Mastodon</a>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>