-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 1.26 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Toonstack</title>
<meta name="description" content="Designed By Williams Martins" />
<meta name="author" content="Williams" />
<!-- Favicon -->
<link rel="icon" href="/public/f0f993f5-c148-42af-8485-211691ae9806.ico" type="image/x-icon" />
<!-- Link to CSS -->
<link rel="stylesheet" href="/src/index.css" />
<meta property="og:title" content="Toonstack" />
<meta property="og:description" content="Designed by Williams Martins" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://pbs.twimg.com/media/GpCXyqvWoAAvI7C?format=jpg&name=small" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@yeminimal" />
<meta name="twitter:image" content="https://pbs.twimg.com/media/GpCXyqvWoAAvI7C?format=jpg&name=small" />
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>