-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 864 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" />
<link rel="icon" type="image" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="YeohTH's Niibori musical arrangements and compositions" >
<meta name="keywords" content="YeohTH, musical, Niibori, compositions">
<title>YeohTH's Music Catalogue</title>
<meta name="google-site-verification" content="CBKVadZ7j19z80oA26gAvnJFp5R0_fN1Pw_Mv3Gqo4M" />
<script src="https://kit.fontawesome.com/7b985f1e3c.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<footer>
<a href="mailto:[email protected]"><i class='fas fa-envelope'></i></a> Made with ❤️ by YeohTH
</footer>
</body>
</html>