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" />
|
2023-01-06 22:44:39 +00:00
|
|
|
<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=JetBrains+Mono:ital,wght@0,300;1,300&family=Rubik:ital,wght@0,400;0,500;1,400;1,500&display=swap" rel="stylesheet" />
|
2023-01-02 02:05:38 +00:00
|
|
|
<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-01-06 10:53:23 +00:00
|
|
|
<a class="__hidden" href="https://hachyderm.io/@sofiaritz">Mastodon</a>
|
2023-01-01 23:14:04 +00:00
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|