-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquestion_4.html
46 lines (42 loc) · 1.23 KB
/
question_4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/question_1.css">
<script type="text/jquery" src="js/script.js"></script>
<link rel="shortcut icon" href="./img/small_maple.png">
<title>Jurisdiction Finder</title>
</head>
<header>
<div class="black_band">
<img src="./img/small_logo.PNG" alt="small">
</div>
<div class="head">
<h1>Jurisdiction Finder</h1>
<img src="./img/maple leaf.png" alt="maple" class="img_1">
<img src="./img/government_logo.png" alt="government_logo" class="img_2">
</div>
</header>
<body>
<div class="container">
<section class="page_1 head">
<p>Is the Band council involved the management of the company you work at?</p>
<form action="#">
<button type="button">YES</button>
<button type="button">NO</button>
</form>
</section>
</div>
</body>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<footer>
<div>
<p><b>Canada.ca</b></p>
</div>
</footer>
</html>