-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheecs330_p5_beginning.html
51 lines (48 loc) · 1.62 KB
/
eecs330_p5_beginning.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
<!DOCTYPE html>
<html>
<head>
<script src="eecs330_p5.js"></script>
<script>
document.getElementById("time").innerHTML = timeNow(i);
</script>
<link rel="stylesheet" href="eecs330_p5.css">
</head>
<body>
<h1 id="title" id="operator">Classes</h1>
<div id="bodyApp">
<div class="class_names">
<h2>EECS 330
<label class="switch">
<input type="checkbox">
<div class="slider round"></div>
</label>
</h2>
<p id="home_time" onclick="getTime()"></p>
<form id="classbox" action="file:///C:/Users/Katie%20Shin/Desktop/330/P5/eecs330_p5_330_regular.html" method="get">
<button id="arrow330" type="submit">Set Regular OH</button>
</form>
<form id="classbox3" action="file:///C:/Users/Katie%20Shin/Desktop/330/P5/eecs330_p5_330_impromptu.html" method="get">
<button id="arrow330_2" type="submit">Set Impromptu OH</button>
</form>
<h2>EECS 999
<label class="switch">
<input type="checkbox">
<div class="slider round"></div>
</label>
</h2>
<form id= "classbox2" action="file:///C:/Users/Katie%20Shin/Desktop/330/P5/eecs330_p5_999_regular.html" method="get">
<button id="arrow999" type="submit">Set Regular OH</button>
</form>
<form id="classbox4" action="file:///C:/Users/Katie%20Shin/Desktop/330/P5/eecs330_p5_999_impromptu.html" method="get">
<button id="arrow999_2" type="submit">Set Impromptu OH</button>
</form>
<h2>All
<label class="switch">
<input type="checkbox">
<div class="slider round"></div>
</label>
</h2>
</div>
</div>
</body>
</html>