-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage11.html
32 lines (27 loc) · 1.11 KB
/
page11.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Page11</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="page11.css">
<script type="text/javascript" src="page11.js"></script>
</head>
<body>
<div>
<img class= "briefcase" src ="images/blackclosedcase.PNG" alt="" id="swapPic" onclick="swapPic();" />
</div>
<form action="http://webdev.scs.ryerson.ca/~j29long/project/trapdoor.html">
<button class="button" type="submit">Vaccine A</button>
</form>
<form action="https://www.cs.ryerson.ca/~habdulha/CPS530/Project/highscores.html">
<button class="button" type="submit">Vaccine B</button>
</form>
<form action="http://webdev.scs.ryerson.ca/~j29long/project/trapdoor.html">
<button class="button" type="submit">Vaccine C</button>
</form>
<form action="http://webdev.scs.ryerson.ca/~j29long/project/trapdoor.html">
<button class="button" type="submit">Vaccine D</button>
</form>
</body>
</html>