-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>zinzy.dev</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://zinzy.netlify.app/">
<meta property="og:title" content="zgredinzyyy">
<meta content="Website about me and my current/past projects" property="og:description">
<meta property="og:image" content="https://static.wikia.nocookie.net/helltaker/images/2/26/Hm_success.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://zinzy.netlify.app/">
<meta property="twitter:title" content="zgredinzyyy">
<meta property="twitter:description" content="Website about me and my current/past projects">
<meta property="twitter:image" content="https://static.wikia.nocookie.net/helltaker/images/2/26/Hm_success.png">
<meta content="#3b82f6" data-react-helmet="true" name="theme-color">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>