-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclone.html
More file actions
38 lines (36 loc) · 834 Bytes
/
clone.html
File metadata and controls
38 lines (36 loc) · 834 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
36
37
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles/main.css">
<script type="text/javascript" src="js/main.js"></script>
<title>Github Tutorial</title>
</head>
<body text="red">
<h1>Hello CS Students!</h1>
<div class="contentDiv">
<h3>This is a list of classes for the CS major at Wellesley College</h3>
<ul>
<li>CS111</li>
<li>CS230</li>
<li>CS240</li>
<li>MATH225</li>
<li>2 300 Level Courses</li>
<li>1 additional 200 Level Math</li>
</ul>
</div>
<div class="contentDiv">
<h3>These are professors in the CS Department</h3>
<ul>
<li>Brian Tjaden</li>
<li>Scott Anderson</li>
<li>Orit Shaer</li>
<li>Stella Kakavouli</li>
<li>Ben Wood</li>
<li>Jean Herbst</li>
</ul>
</div>
<div class="contentDiv">
<h3>asdfghjkl</h3>
</div>
</body>
</html>