-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.88 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 1.88 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
33
34
35
36
37
38
39
<!-- Made by iceit 🧊 -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>iceit</title>
<meta name="title" content="iceit | Knock off Guns.lol profile"/>
<meta name="description" content="Rip off of Guns.lol profile of iceit. View my social links, and contact info." />
<meta name="keywords" content="iceit, developer, profile, portfolio, coding, software engineer, guns.lol, 1ceit, pfconnect, pfcontrol, cephie"/>
<meta name="theme-color" content="#0a0a0a" />
<!-- Open Graph / Facebook / Discord -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://profile.1ceit.com/" />
<meta property="og:title" content="iceit | Knock off Guns.lol profile" />
<meta property="og:description" content="Rip off of Guns.lol profile of iceit. View my social links, and contact info." />
<meta property="og:image" content="https://profile.1ceit.com/thumbnail.png" />
<meta property="og:site_name" content="iceit" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://profile.1ceit.com/" />
<meta property="twitter:title" content="iceit | Knock off Guns.lol profile" />
<meta property="twitter:description" content="Rip off of Guns.lol profile of iceit. View my social links, and contact info." />
<meta property="twitter:image" content="https://profile.1ceit.com/thumbnail.png" />
<!-- Additional Meta Tags -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://profile.1ceit.com/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>