-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathground_floor.html
More file actions
35 lines (32 loc) · 1023 Bytes
/
Copy pathground_floor.html
File metadata and controls
35 lines (32 loc) · 1023 Bytes
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>
<head>
<title>GROUND FLOOR</title>
<link rel="stylesheet" href="groundfloor.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="openspace1">Open Space</div>
<div class="class1right">Classroom</div>
<div class="class2right">Classroom</div>
<div class="washroom">Washroom</div>
<div class="openspace2">Open Space</div>
<div class="principalroom">Princial's Room</div>
<div class="hod">HoD room</div>
<div class="stairs2">Stairs
<nav>
<a class="link" href="first_floor.html">first floor</a>
</nav>
</div>
<div class="readingroom">Reading Room</div>
<div class="library">Library</div>
</div>
</body>
</html>