-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<title>KnowMinecraft</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="With Minecraft facts and quiz, you'll understand Minecraft.">
<style>
#antijs {
visibility: collapse;
}
</style>
<noscript><style>
#main {
visibility: hidden;
}
#antijs {
visibility: visible;
}
</style></noscript>
</head>
<body>
<div id="main">
<h1>Minecraft quiz</h1>
<h3>Quiz rules and info:</h3>
<br>
<p>This is a simple yes/no Minecraft quiz written in JavaScript by NiceSapien. This quiz is for both, Bedrock and Java players. Select "OK" for yes and "Cancel" for no. This quiz haves 3 levels: overworld, nether and end.</p>
<br>
<p>You will need to start from first level. If you complete 1st level, it means you have played Minecraft.</p>
<br>
<p>If you complete 2nd level, It means you are a pro.</p>
<br>
<p>Finnaly, the last level, the end. It will prove you know Minecraft. You are not just a pro, you are King!</p>
<br>
<p style="color: red; font-size: large;"><b>If you do some answer incorrectly, you will need to do the quiz again from start. Just like Hardcore.</p>
<h3>Click "Start quiz" below to start the Adventure!</h5>
<a href="levels/1/1.html">
<button>Start quiz</button>
</a>
<p>KnowMinecraft is open-source, <a href="https://github.com/KnowMinecraft/knowminecraft.github.io/">view source code on Github</a></p>
</div>
<section id="antijs">
<h1 style="color: red;">No JavaScript support.</h1>
<p style="color: red;">Sorry. You can't play this quiz cuz your browser doesn't support JavaScript or It is disabled.</p>
</section>
</body>
</html>