This repository was archived by the owner on Apr 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (55 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Are you Xehanort?</title>
<meta name="description" content="Discover if you are Xehanort before it is too late with this new and fast test that measure your Darkness.">
<meta name="keywords" content="xehanort, kingdom, hearts, joke, organization xiii, videogame, test, check">
<meta property="og:url" content="https://areyouxehanort.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Are you Xehanort?" />
<meta property="og:description" content="Discover if you are Xehanort before it is too late with this new and fast test that measure your Darkness." />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/loader.css">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120009767-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120009767-3');
</script>
</head>
<body>
<a href="https://github.com/ProtocolNebula/are-you-xehanort" target="_blank">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="img/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
</a>
<div class="container">
<div>
<h1>Are you Xehanort?</h1>
<p>Has darkness taken over you?</p>
<p>Discover if you have already become <b>Xehanort</b> before it is too late with this quick and advanced test.</p>
<button id="resultButton" onclick="buttonCheckIfNorted()">Am I Xehanort?</button>
<div id="loading" style="display: none">
Darkness <p class="loader"></p>
</div>
<div id="resultContainer" style="display: none">
<div id="result"></div>
<div class="shareButtons">
<div id="shareTwitterButton"></div>
</div>
<!-- <button id="checkAgainButton" onclick="buttonRestart()">Check again</button> -->
</div>
</div>
<div class="external-links">
<p>Stay tuned about Kingdom Hearts in <a href="http://khworld.org" target="_blank">KH World (Spanish)</a>.</p>
<p>Developed by <a href="https://racs.es" target="_blank">Ruben Arroyo</a></p>
</div>
</div>
<!-- Scripts loading -->
<script src="scripts/konami.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>