-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description"
content="This is a DTPHD, Digimon Tebak Posisi Hayo Dimana, is the greatest and the simplest game you've ever seen in your entire life. The Simplest game, the simplest mind that you ever seen.">
<meta name="keywords" content="DTPHD, Digimon, Digimon Masters, Digimon Masters Arena, Digimon Master Online">
<meta name="author" content="Oggie Sutrisna">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://digimon-dtphd.vercel.app/">
<meta property="og:title" content="DTPHD | Digimon Tebak Posisi Hayo Dimana">
<meta property="og:description" content="This is a DTPHD, Digimon Tebak Posisi Hayo Dimana, is the greatest and the simplest game you've ever seen in your entire life. The Simplest game, the simplest mind that you ever seen.">
<meta property="og:url" content="https://digimon-dtphd.vercel.app/">
<meta property="og:image" content="https://www.example.com/image.jpg">
<title>[DTPHD] Digimon Tebak Posisi Hayo Dimana</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>[DTPHD] Digimon Tebak Posisi Hayo Dimana</h1>
<div id="score">
<h1>Score: 0</h1>
</div>
<div class="game-board">
<div class="card" data-framework="Agumon.png"></div>
<div class="card" data-framework="Biyomon.png"></div>
<div class="card" data-framework="Kagurumon.png"></div>
<div class="card" data-framework="Palmon.png"></div>
<div class="card" data-framework="Agumon.png"></div>
<div class="card" data-framework="Biyomon.png"></div>
<div class="card" data-framework="Kagurumon.png"></div>
<div class="card" data-framework="Palmon.png"></div>
</div>
<div id="credits">
<h3>Built with fully truly lovely by <a href="https://s.id/oggiesutrisna"> Oggie Sutrisna </a>👍</h3>
</div>
<button class="reset-button">Reset Game</button>
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.0/dist/js.cookie.min.js"></script>
</body>
</html>