-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-old-styles.html
53 lines (36 loc) · 1.16 KB
/
index-old-styles.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
<!DOCTYPE html>
<!-- HTML5 Hello world by kirupa - http://www.kirupa.com/html5/getting_your_feet_wet_html5_pg1.htm -->
<html lang="en-us">
<head>
<link href="css/styles.css" rel="stylesheet"/>
<script src="js/jquery-3.5.1.min.js"></script>
<!-- <link href="css/bootstrap.min.css" rel="stylesheet">-->
<!-- <script src="js/bootstrap.bundle.min.js"></script>-->
<script src="js/cardjson.js"></script>
<script src="js/main.js"></script>
<meta charset="utf-8">
<title>Magic the Gathering: The Picture Quiz!</title>
</head>
<body>
<div id="mainTitle">
<p>Magic the Gathering Picture Quiz - Shaun Pedicini</p>
</div>
<div id="mainContent">
<p></p>
<canvas id="MtgCanvas" width="223" height="310"></canvas>
<br>
<br>
<label for="UserInput"></label><input class="inputs" id="UserInput" placeholder="What card is this?" type="text"
size="75" style="text-align: center"/>
<br>
<br>
<br>
<a id="GiveUpBtn" class="button-link">Give Up!</a>
<br>
<br>
<br>
<label for="EditionBox">Pick Edition: </label><select id="EditionBox">
</select>
</div>
</body>
</html>