-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
34 lines (33 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kyuiki Dev!</title>
<meta name="robots" content="index,follow" />
<meta
name="description"
content="Welcome to Kyuiki's Website. Where I put my details about me and much fluffy stuff :D"
/>
<meta name="theme-color" content="#91005a" />
<meta property="og:title" content="Kyuiki Dev!" />
<meta
property="og:description"
content="Welcome to Kyuiki's Website. Where I put my details about me and much fluffy stuff :D"
/>
<meta property="og:url" content="https://kyuiki.com" />
<meta property="og:image" content="/kyuiki_c.jpg" />
<meta property="og:image:alt" content="Kyuiki's Picture in Shiloette" />
<meta property="og:site_name" content="Kyuiki Dev's Webbie" />
<link rel="canonical" href="https://kyuiki.com" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<noscript>
<meta http-equiv="refresh" content="0; url=/noscript/noscript.html" />
</noscript>
<!-- Hello!! Hi!! How are you!! :3 - Kyuiki -->
</body>
</html>