-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 847 Bytes
/
index.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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>panpanka | 991668392</title>
<link rel="stylesheet" href="styles/panpanka.css">
</head>
<body onload="startup()">
<h1 id="main-header"></h1>
<br><br>
<button id="go-back-btn" onclick="goBack()">Go Back</button>
<button id="button">Load Provinces</button>
<br><br>
<main>
<div id="on"></div>
<div id="qc"></div>
<div id="ns"></div>
<div id="nb"></div>
<div id="mb"></div>
<div id="bc"></div>
<div id="pe"></div>
<div id="sk"></div>
<div id="ab"></div>
<div id="nl"></div>
</main>
<footer id="footer"></footer>
<script src="scripts/panpanka.js"></script>
</body>
</html>