-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (37 loc) · 1.76 KB
/
index.html
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
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round"
rel="stylesheet">
<link rel="icon" type="image/jpg" href="/favicon.jpg">
<meta name="author" content="Cyrus Mobini" />
<meta name="description" property="og:description"
content="Explore the Night City, a 3D futuristic cyberpunk-themed city filled with easter-eggs and references to the developers' life, Cyrus Mobini." />
<meta name="keywords"
content="Cyrus Mobini, Night City, ThreeJS, Web Game, Software Engineer, Cyberpunk, Portfolio, Online Resume" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="3 days" />
<meta name="theme-color" content="#000000" />
<meta name="type" property="og:type" content="website" />
<meta name="title" property="og:title" content="Night City - Cyrus Mobini" />
<meta name="image" property="og:image" content="https://night-city.netlify.app/favicon.jpg" />
<meta name="url" property="og:url" content="https://night-city.netlify.app" />
<meta name="site_name" property="og:site_name" content="Night City - Cyrus Mobini" />
<meta name="locale" property="og:locale" content="en_US" />
<title>Night City - Cyrus Mobini</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KEY35LNGJJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KEY35LNGJJ');
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>