-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 844 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" sizes="1080x1080" />
<link rel="shortcut icon" href="/icon.png" type="image/png" sizes="1080x1080" />
<link rel="apple-touch-icon" href="/icon.png" />
<meta property="og:image" content="/icon.png" />
<meta property="og:image:url" content="/icon.png" />
<meta property="og:image:secure_url" content="/icon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1080" />
<meta property="og:image:height" content="1080" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Abraham Domenick | Web3 Enthusiast</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>