-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (41 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Mangaka Quiz">
<meta name="author" content="Gregory Mitchell">
<link href="https://cdn.gmitch215.fun/gmitch215.ico" rel="shortcut icon" type="image/x-icon">
<link href="https://cdn.gmitch215.fun/gmitch215.png" rel="apple-touch-icon" type="image/png">
<link href="https://cdn.gmitch215.fun/gmitch215.png" rel="icon" type="image/png">
<link href="main.css" rel="stylesheet">
<title>Mangaka Quiz</title>
<meta name="twitter:title" content="Mangaka Quiz">
<meta name="twitter:description" content="How much do you know about Mangakas?">
<meta name="twitter:image" content="https://cdn.gmitch215.fun/gmitch215.png">
<meta name="theme-color" content="#e0f7be">
<meta name="og:title" content="Mangaka Quiz">
<meta name="og:description" content="How much do you know about Mangakas?">
<meta name="og:type" content="website">
<meta name="og:site_name" content="gmitch215.fun">
<meta name="og:url" content="https://gmitch215-dev.github.io/mangaka-quiz/">
<meta name="og:image" content="https://cdn.gmitch215.fun/gmitch215.png">
<meta name="og:site_name" content="Mangaka Quiz">
<meta name="og:locale" content="en_US">
</head>
<body>
<script src="script.js"></script>
<h1 id="score">Score: 0</h1>
<main>
<img id="image" src="" alt="Loading..." />
<div id="buttons">
<button id="button1" onclick="check(this)"></button>
<button id="button2" onclick="check(this)"></button>
<button id="button3" onclick="check(this)"></button>
<button id="button4" onclick="check(this)"></button>
</div>
</main>
<h2 id="bottom">How much do you know about your art?</h2>
<p id="bottom-subtitle">Hint: Hover over the image for a hint!</p>
</body>
</html>