-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 859 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yuuto</title>
<link rel="preload" as="fetch" href="https://api.lanyard.rest/v1/users/269415459735076864">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap" rel="stylesheet">
<meta name="title" content="Yuuto" />
<meta name="description" content="17 yo developer from France" />
<meta name="og:title" content="Yuuto" />
<meta name="og:description" content="17 yo developer from France" />
<meta name="twitter:title" content="Yuuto" />
<meta name="twitter:description" content="17 yo developer from France" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>