-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond_floor.html
More file actions
34 lines (34 loc) · 1.1 KB
/
second_floor.html
File metadata and controls
34 lines (34 loc) · 1.1 KB
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
<!DOCTYPE html>
<html>
<head>
<title>
SECOND FLOOR
</title>
<link rel="stylesheet" href="second_floor.css">
</head>
<body>
<div class="class1left">Classroom</div>
<div class="class2left">Classroom</div>
<div class="class3left">Classroom</div>
<div class="stair1">Stairs
<nav>
<a class="link" href="first_floor.html">First floor</a>
</nav>
</div>
<div class="washroom">Washroom</div>
<div class="staffroom">Staff Room</div>
<div class="class1right">Classroom</div>
<div class="class2right">Classroom</div>
<div class="class3right">Classroom</div>
<div class="openspace"></div>
<div class="cttc">CTTC Room</div>
<div class="spectrum">Spectrum</div>
<div class="stairs2">Stairs
<nav>
<a class="link" href="first_floor.html">First floor</a>
</nav>
</div>
<div class="met">Meeting Room</div>
<div class="lab">Lab</div>
</body>
</html>