-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
14 lines (13 loc) · 835 Bytes
/
Copy pathindex.html
File metadata and controls
14 lines (13 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DoNext</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none'%3E%3Cpath d='M32 25h12v3.5h-3.5v43h3.5v3.5H32v-3.5h3.5v-43H32V25zm16 3.5c11 0 19.5 7.5 19.5 21.5S59 71.5 48 71.5h-4.5v-43H48z M48 68c8 0 11.5-6.5 11.5-18S56 32 48 32h-4.5v36H48z' fill='%2375162D'/%3E%3Cpath d='M48 40l18.5 31.5H72V75h-9v-3.5h1.5l-14-24L48 51v-4h4l-4-7z' fill='%2375162D' opacity='0.9'/%3E%3Cpath d='M66.5 25H78v3.5h-3.5V56l-3.5-5.5V28.5h-4.5V25z' fill='%2375162D'/%3E%3C/svg%3E" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>