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

19 lines
452 B
HTML
Raw Normal View History

2023-01-01 23:14:04 +00:00
<!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>
2023-01-06 10:53:23 +00:00
<style>
.__hidden {
display: none;
}
</style>
2023-01-01 23:14:04 +00:00
</head>
<body>
2023-02-22 23:05:05 +00:00
<a class="__hidden" href="https://hachyderm.io/@sofiaritz" rel="me">Mastodon</a>
2023-01-01 23:14:04 +00:00
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>