-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.14 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Crect x='3' y='3' width='26' height='26' rx='3' stroke='%2360a5fa' stroke-width='2'/%3E%3Crect x='7' y='7' width='8' height='6' rx='1.5' fill='%23fbbf24'/%3E%3Crect x='17' y='7' width='8' height='6' rx='1.5' fill='%23f97316'/%3E%3Crect x='7' y='19' width='8' height='6' rx='1.5' fill='%233b82f6'/%3E%3Cpath d='M17 22h5l-2-2M20 24l2-2' stroke='%23a855f7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 10h2M11 13v6' stroke='%2371717a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E" />
<title>Act Diagram — Neovim</title>
<style>
html, body, #root {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background: #0a0a0a;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/client/main.tsx"></script>
</body>
</html>