-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPLS.html
100 lines (79 loc) · 5.49 KB
/
PLS.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<link href ="view.css" rel ="stylesheet"/>
</head>
<title>Buildings</title>
<h1 class = "title">Plant Sciences Building</h1>
<body>
<div class = "rooms">
<div class = "room2">
<p>
PLS 1162 <br>
time: 09:00AM - 10:00AM <br>
ClassSize: Small
</p>
<button class = "but2" > Available</button>
</div>
<div class = "room1">
<p>
PLS 1162 <br>
time: 10:00AM - 11:00AM <br>
ClassSize: Small
</p>
<a href ="form.html">
<button class = "but1"> Available</button>
</a>
</div>
<div class = "room1">
<p>
PLS 1158 <br>
time: 11:00AM - 12:00PM <br>
ClassSize: Medium
</p>
<a href ="form.html">
<button class = "but1"> Available</button>
</a>
</div>
<div class = "room1">
<p>
PLS 1150 <br>
time: 12:00AM - 01:00PM <br>
ClassSize: Medium
</p>
<a href ="form.html">
<button class = "but1"> Available</button>
<a>
</div>
<div class = "room1">
<p>
PLS 1162 <br>
time: 01:00PM - 02:00PM <br>
ClassSize: Small
</p>
<a href ="form.html">
<button class = "but1"> Available</button>
</a>
</div>
<div class = "room2">
<p>
PLS 1158 <br>
time: 02:00PM - 03:00PM <br>
ClassSize: Medium
</p>
<button class = "but2"> Available</button>
</div>
<div class = "room1">
<p>
PLS 1162 <br>
time: 03:00PM - 04:00PM <br>
ClassSize: Small
</p>
<a href ="form.html">
<button class = "but1"> Available</button>
<a>
</div>
</div>
</body>
<div>
</div>
</html>