-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
71 lines (68 loc) · 1.97 KB
/
schedule.html
File metadata and controls
71 lines (68 loc) · 1.97 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Third Year: Second Semester Schedule:</title>
</head>
<h1>Third Year: Second Semester Schedule:</h1>
<p>Here is my schedule this second sem as a third year computer engineering:</p>
<body>
<table border="2" bgcolor="white">
<tr>
<th width="150"></th>
<th>Monday (onsite)</th>
<th>Tuesday (onsite)</th>
<th>Wednesday (online)</th>
<th>Thursday (online)</th>
</tr>
<tr>
<th>7:30 - 9:30 AM</th>
<th>CPE 047</th>
<th>CPE 045</th>
<th>CPE 047</th>
<th>CPE 045</th>
</tr>
<tr>
<th>9:30 - 10:30 AM</th>
<th>CPE 047</th>
<th>CPE 046</th>
<th>CPE 047</th>
<th>CPE 046</th>
</tr>
<tr>
<th>10:30 - 12:00 PM</th>
<th>CPE 036</th>
<th>CPE 046</th>
<th>CPE 036</th>
<th>CPE 046</th>
</tr>
<tr>
<th>Lunch Break</th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
<tr>
<th>1:30 - 3:00 PM</th>
<th>GEN 009</th>
<th>CPE 054</th>
<th>GEN 009</th>
<th>CPE 054</th>
</tr>
<tr>
<th>3:00 - 4:30 PM</th>
<th>CPE 032</th>
<th>CPE 014</th>
<th>CPE 032</th>
<th>CPE 014</th>
</tr>
<tr>
<th>4:30 - 5:30 PM</th>
<th>SSP 008</th>
<th>PED 033</th>
<th></th>
<th>PED 033</th>
</tr>
</table>
</body>
</html>