-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 973 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/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="full-screen" content="true" />
<meta name="x5-fullscreen" content="true" />
<meta name="360-fullscreen" content="true" />
<title>VeryGoodGraphics</title>
<meta name="description" content="Vector Graphics for Cross-Platform UI Design & Development" />
<meta name="keywords" content="vector graphics, cross-platform, ui framework, ui design, ui development, design engineer" />
<link rel="canonical" href="https://verygoodgraphics.com" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script defer data-domain="verygoodgraphics.com" src="https://t.vgg.cool/js/script.js"></script>
</body>
</html>