-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (100 loc) · 6.38 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage"><!--Change the lang property to your web"s language-->
<head prefix="og: http://ogp.me/ns#">
<title>Detektif Sekolahan</title> <!--Up to 60-70 Characters. Optimal Format: Primary Keyword - Secondary Keyword | Brand Name-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https:; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; script-src 'self' 'unsafe-eval'">
<meta name="description" content="Detektif Sekolahan Visual Novel"> <!--Page description. No longer than 155 characters.-->
<meta name="keywords" content="detektif,misteri,kasus,kejahatan">
<meta name="author" content="M. Nafis Al-Mukhdi"> <!--Name of the author.-->
<!--Facebook Meta Tags-->
<meta property="og:image" content="https://res.cloudinary.com/mnam23/image/upload/v1610939419/works/ds/ds_meta.jpg" /> <!--URL of Image to show-->
<meta property="og:description" content="A visual novel created by mnafisalmukhdi1" /> <!--Page Description-->
<meta property="og:site_name" content="Detektif Sekolahan Visual Novel" /> <!--The Name Here-->
<meta property="og:url" content="https://mnafisalmukhdi1.github.io/ds/" /> <!--The Web main URL-->
<meta property="og:title" content="Detektif Sekolahan" /> <!--The Title Here-->
<!--Google Meta Tags-->
<meta itemprop="name" content="Detektif Sekolahan"> <!--The Name or Title Here-->
<meta itemprop="description" content="A visual novel created by mnafisalmukhdi1"> <!--Page Description-->
<meta itemprop="image" content="https://res.cloudinary.com/mnam23/image/upload/v1610939419/works/ds/ds_meta.jpg"> <!--URL of Image to show-->
<!--Twitter Meta Tags - You"ll have to validate your website here: https://dev.twitter.com/docs/cards/validation/validator-->
<meta name="twitter:card" content="summary_large_image"> <!--Content Card Type-->
<meta name="twitter:domain" content="mnafisalmukhdi1.github.io"> <!--Your web"s domain-->
<meta name="twitter:site" content="@mnafisalmukhdi1"> <!--@publisher-->
<meta name="twitter:title" content="Detektif Sekolahan Visual Novel"> <!--Page Title-->
<meta name="twitter:description" content="A visual novel created by mnafisalmukhdi1"> <!--Page description less than 200 characters-->
<meta name="twitter:creator" content="@mnafisalmukhdi1"> <!--@author-->
<meta name="twitter:image:src" content="https://res.cloudinary.com/mnam23/image/upload/v1610939419/works/ds/ds_meta.jpg"> <!--URL of Image to show-->
<!--Android Meta Tags-->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="assets/icons/android-icon-192x192.png"> <!--192 x 192 Icon-->
<link rel="icon" sizes="120x120" href="assets/icons/android-icon-120x120.png"> <!--120 x 120 Icon-->
<!--Apple Meta Tags-->
<meta name="apple-mobile-web-app-title" content="DSVN"> <!--App Title or Name-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <!--Styling for the iOS Status Bar-->
<link rel="apple-touch-icon" href="assets/icons/apple-icon-60x60.png"> <!--60 x 60 Icon-->
<link rel="apple-touch-icon" sizes="76x76" href="assets/icons/apple-icon-76x76.png"> <!--76 x 76 Icon-->
<link rel="apple-touch-icon" sizes="120x120" href="assets/icons/apple-icon-120x120.png"> <!--120 x 120 Icon-->
<link rel="apple-touch-icon" sizes="152x152" href="assets/icons/apple-icon-152x152.png"> <!--152 x 152 Icon-->
<link rel="apple-touch-icon" sizes="152x152" href="assets/icons/apple-icon-167x167.png"> <!--167 x 167 Icon-->
<link rel="apple-touch-icon" sizes="152x152" href="assets/icons/apple-icon-180x180.png"> <!--180 x 180 Icon-->
<!--Microsoft Tags-->
<meta name="msapplication-TileColor" content=""> <!--Color of the tile on Windows. In hexadecimal format-->
<meta name="application-name" content="DSVN" /> <!-- App Title -->
<meta name="msapplication-tooltip" content="Detektif Sekolahan Visual Novel" /> <!--Small text on hover-->
<meta name="msapplication-starturl" content="https://mnafisalmukhdi1.github.io/ds/" /> <!-- URL to start in -->
<meta name="msapplication-square70x70logo" content="assets/icons/android-icon-72x72.png" /> <!--Image for Tile 70x70-->
<meta name="msapplication-square150x150logo" content="assets/icons/ms-icon-150x150.png" /> <!--Image for Tile 150x150-->
<meta name="theme-color" content=""><!--Theme color for browsers in hexadecimal format.-->
<link rel="shortcut icon" href="assets/icons/favicon.ico" /> <!--Favicon. Good tool for creating one: http://xiconeditor.com/ Create all sizes.-->
<link rel="manifest" href="manifest.json">
<!-- Third Party CSS Libraries -->
<!-- Monogatari CSS Libraries -->
<link rel="stylesheet" href="./engine/core/monogatari.css">
<link rel="stylesheet" href="./style/main.css">
<!-- Third Party JavaScript Libraries -->
<script src="./js/vendor/jquery.min.js"></script>
<!-- Monogatari JavaScript Libraries -->
<script src="./engine/debug/debug.js"></script>
<script src="./engine/core/monogatari.js"></script>
<script src="./js/options.js"></script>
<script src="./js/storage.js"></script>
<script src="./js/script.js"></script> <!--The scripts-->
<script src="./js/case01.js"></script>
<script src="./js/case02.js"></script>
<script src="./js/case03.js"></script>
<script src="./js/case04.js"></script><!-- See you in case27 -->
<script src="./js/main.js"></script>
</head>
<body>
<!-- Fallback when JavaScript is not available -->
<noscript>
<div class="middle text--center">
<h2>JavaScript Dimatikan atau Tidak Didukung.</h2>
<small>Untuk memainkan permainan ini, mohon nyalakan Javascript atau gunakan peramban berbeda.</small>
</div>
</noscript>
<div id="monogatari">
<visual-novel>
<language-selection-screen></language-selection-screen>
<loading-screen></loading-screen>
<main-screen>
<main-menu></main-menu>
</main-screen>
<game-screen>
<dialog-log></dialog-log>
<text-box></text-box>
<quick-menu></quick-menu>
</game-screen>
<gallery-screen></gallery-screen>
<credits-screen></credits-screen>
<load-screen></load-screen>
<save-screen></save-screen>
<settings-screen></settings-screen>
<help-screen></help-screen>
</visual-novel>
</div>
</body>
</html>