-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
88 lines (76 loc) · 3.62 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<title>Just Monika</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Just Monika - Spend time with your Monika forever. Monika is a cheracter from Doki Doki literature Club, DDLC with Sayori, yuri, Natsuki, Monika">
<meta property="og:title" content="Just Monika">
<meta property="og:site_name" content="Just Monika">
<meta property="og:url" content="https://justmonika.ml">
<meta property="og:description" content="Spend time with your Monika.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://justmonika.ml/img/10.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@kronosdevstudio" />
<meta name="twitter:creator" content="@kronosdevstudio" />
<meta name="twitter:image" content="https://justmonika.ml/img/10.png" />
<meta name="twitter:image:alt" content="Just Monika">
<!-- Google Plus markup -->
<meta itemprop="name" content="Just Monika"/>
<meta itemprop="description" content="Spend time with your Monika."/>
<meta content="https://justmonika.ml" itemprop="url"/>
<meta itemprop="image" content="https://justmonika.ml/img/10.png"/>
<!-- End Google Plus markup -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel='canonical' href='https://kronosdevstudio.com/justmonika/'>
<link href="./index.css" rel="stylesheet" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111203315-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111203315-1');
</script>
</head>
<body>
<div class="bg-container">
<div class="bg-effects">
<div class="stars animate-area"></div>
</div>
<div class="bg blink">
<div class="dialog-container">
<div id="dialog-box">
<img id="textbox" src="./img/textbox.png">
<div id="dialog"></div>
</div>
</div>
<div id="talk_btn" style="right:180px;" class="btn" onClick="toggleTalk()">Disable Talk</div>
<div style="right:80px;" class="btn" onClick="toggleFull()">Full Screen</div>
<a class="btn" href="https://justmonika.ml/about">About</a>
</div>
</div>
<!-- End game monika bgm-->
<audio loop>
<source src="./audio/m1.ogg" type="audio/ogg">
<source src="./audio/m1.mp3" type="audio/mpeg">
</audio>
<script src="./monika_dialogues.js"></script>
<script src="./index.js"></script>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "Organization",
"name" : "Just Monika",
"url" : "https://justmonika.ml",
"logo" :"https://justmonika.ml/img/logo.png",
"sameAs" : [
"https://www.facebook.com/kronosevstudio",
"https://www.twitter.com/kronosdevstudio",
"https://plus.google.com/+KronosDevelopmentStudio",
]
}
</script>
</body>
</html>