-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (40 loc) · 1.74 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
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="src/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Google search results -->
<meta name="keywords" content="Oska, Yuzy, Couple site, Couple website">
<meta name="author" content="Oska & Yuzy">
<meta name="description"
content="About the journey between oska & yuzy and their lovely doll. Some images and caption from their daily instagram posts." />
<!-- Facebook Preview -->
<meta property="og:url" content="https://love.oskadev.com/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Oska & Yuzy" />
<meta property="og:description"
content="About the journey between oska & yuzy and their lovely doll. Some images and caption from their daily instagram posts." />
<meta property="og:image"
content="https://raw.githubusercontent.com/Oskang09/oskayuzy/master/src/assets/images/love-bg.jpg" />
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#FBBBC1">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#FBBBC1">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#FBBBC1">
<title>Oska 👦❤👧 Yuzy</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<link rel="manifest" href="/manifest.json" />
<style>
html * {
font-family: 'Fredoka One', cursive;
}
</style>
</head>
<body style="margin: 0px;">
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>