-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.08 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.08 KB
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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Neo is a decentralized media vault for creators and builders on Aptos, powered by Shelby blob storage."
/>
<meta name="theme-color" content="#121316" />
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='18' fill='%23121316'/%3E%3Ccircle cx='32' cy='32' r='24' fill='none' stroke='%23f4f4f5' stroke-width='2.4'/%3E%3Cpath d='M17.5 41.5c7.7 5.4 21.7 5.4 29.4 0M17.5 22.5c7.7-5.4 21.7-5.4 29.4 0' fill='none' stroke='%2354dca2' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M24 43V21h4.9l10.2 13.2V21H44v22h-4.9L28.9 29.8V43H24Z' fill='%23f4f4f5'/%3E%3Ccircle cx='49' cy='18' r='3' fill='%2354dca2'/%3E%3C/svg%3E"
/>
<title>Neo - Shelby Media Vault</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>