-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
36 lines (29 loc) · 905 Bytes
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css"><!-- @import "styles/local.css"; --></style>
</head>
<body>
<div id="all">
<h1>notes</h1>
<ul>
<li><a href="cs110a/">cs110a/</a></li>
<li><a href="cs110b/">cs110b/</a></li>
<li><a href="cs111b/">cs111b/</a></li>
<li><a href="cs130a/">cs130a/</a></li>
<li><a href="cs160a/">cs160a/</a></li>
<li><a href="math115/">math115/</a></li>
</ul>
<ul>
<li><a href="phpref.html">PHP Reference</a></li>
<!--
<li><a href="cs130a/mg-ui.php">Markup Generator</a></li>
-->
<li><a href="editors.html">Text Editors</a></li>
<li class="last"><a href="vi.html">vi Cheat Sheet</a></li>
</ul>
</div>
</body>
</html>