-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.html
37 lines (37 loc) · 2.1 KB
/
game.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>☆【 Differentiation Website 】☆</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<div class="container">
<div class="row"><div id="websiteheader">
<div class="col-lg-12"><div id="toptitle">
<h3><strong>></strong> DIFFERENTIATION</h1>
<h6>Created by Joanne Lee<span id="blink">|</span></h6>
<div class="scanlines"></div>
</div></div>
</div></div>
<div class="row"><div id="box">
<h4><strong>DIRECTORY</strong></h4>
<hr>
<ul>
<li><button><a href="index.html" id = "a"><strong>></strong> What is differentiation?</a></button></li>
<li><button><a href="rules.html" id = "b"><strong>></strong> Differentiation rules</a></button></li>
<li><button><a href="game.html" id = "c"><strong>></strong> Game (practice)</a></button></li>
</ul>
</div></div>
<div class="row"><div id="box2">
<h3><strong>Game:</strong></h3>
<span id="colorsquare1">.</span><span id="colorsquare2">.</span><span id="colorsquare3">.</span>
<br><br>
<canvas id = "canvas" style="border:1px solid #000000;"></canvas>
<script src="game.js"></script>
</div></div>
</div>
</body>
</html>