-
Notifications
You must be signed in to change notification settings - Fork 3
/
ICS31.html
35 lines (30 loc) · 1.21 KB
/
ICS31.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ICS 31 Study Set</title>
<link type="text/css" rel="stylesheet" href="./ICS31.css"/>
<script src="./ICS31.js">
</script>
</head>
<div id="road">
<p class="ICS31title">ICS 31</p>
<br></br>
<img class="zotbotimage" id="zotbot" src="https://media3.giphy.com/media/bEI4GYY8LhXmvgdqrG/giphy.gif?cid=790b7611289a866a4a2a5c89d0d4f8d7199a39c0004350a3&rid=giphy.gif&ct=s" alt="cutezotbot">
<br></br>
<img class="petrimage" id="petr" src="https://media1.giphy.com/media/5tmoOq5qTgK4U4BT7l/source.gif" alt="cutepetr">
</div>
<div id="bottom">
<div class = "button_holder">
<div id="start_button">
<button class="startbutton" onclick="start_to_next_question(); computer_move()">Start</button>
</div>
<div class="checker" id="check">...</div>
<button id="home_button" onclick="location.href='cover.html'"><span>Home</span></button>
</div>
<div class="question_section" id="questions">Questions will appear here.</div>
<br></br>
</div>
</html>