-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 800 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 800 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SIB Fall 2015 - Web Dev</title>
</head>
<body>
<div class="center logo">
<a href="http://startupinstitute.com">
<img src="http://d18aktaazjdhib.cloudfront.net/static/images/si-logo.781bb1757825.svg" alt="Startup Institute Logo">
</a>
</div>
<div class="center">
<ul>
<li><a href="david.html">David</a></li>
<li><a href="susan.html">Susan</a></li>
<li><a href="david.html">David Zabner</a></li>
<li><a href="liz.html">Liz Holzman</a></Li>
<li><a href="jack.html">Jack Anderson</a></li>
<li><a href="html/aswathy/index.html">Aswathy Dinesh</a></li>
<li><a href="manuel.html">Manuel Mendez</a></li>
<li><a href="rachael.html">Rachael</a></li>
</ul>
</div>
</center>
</body>
</html>