-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (42 loc) · 970 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
37
38
39
40
41
42
<html>
<head>
<script src='http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js' type='text/javascript'></script>
<script src='zebra.js' type='text/javascript'></script>
</head>
<body>
<table>
<tr>
<td>
Everyone wants to change the world, but nobody wants to clean up their room first.
</td>
<td>
Anon
</td>
</tr>
<tr>
<td>
The man who doesn't read good books has no advantage over the man who can't.
</td>
<td>
Charlie Munger
</td>
</tr>
<tr>
<td>
People will forget what you said People will forget what you did But people will never forget how you made them feel.
</td>
<td>
Maya Angelou
</td>
</tr>
<tr>
<td>
Knowledge is power
</td>
<td>
Anon
</td>
</tr>
</table>
</body>
</html>