-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (56 loc) · 1.82 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<meta content="utf-8" http-equiv="encoding"/>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="main.min.js"></script>
<link rel="stylesheet" type="text/css" href="main.min.css"/>
<link rel="stylesheet" type="text/css" href="screen.min.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="print.min.css" media="print"/>
</head>
<body>
<div id="content">
<div id="title">
<h1>CSULB ACM ICPC Notebook</h1>
</div>
<div id="toc">
<h1>Table of Contents</h1>
<ul class="items"></ul>
</div>
<div id="items">
<div id="i0" val="Some Algorithm" class="item">
<h1>Some Algorithm</h1>
<p>Hello World!</p>
</div>
<div id="i1" val="Another Algorithm" class="item">
<h1>Another Algorithm</h1>
<p>Hello World!</p>
</div>
<div id="i2" val="Some Algorithm" class="item">
<h1>Some Algorithm</h1>
<p>Hello World!</p>
</div>
<div id="i3" val="Another Algorithm" class="item">
<h1>Another Algorithm</h1>
<p>Hello World!</p>
</div>
<div id="i4" val="Some Algorithm" class="item">
<h1>Some Algorithm</h1>
<p>Hello World!</p>
</div>
<div id="i5" val="Another Algorithm" class="item">
<h1>Another Algorithm</h1>
<p>Hello World!</p>
</div>
<div id="i6" val="Some Algorithm" class="item">
<h1>Some Algorithm</h1>
<p>Hello World!</p>
</div>
<div id="i7" val="Another Algorithm" class="item">
<h1>Another Algorithm</h1>
<p>Hello World!</p>
</div>
</div>
</div>
</body>
</html>