forked from kompozer/tweamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (37 loc) · 1.56 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
<!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" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>#FAIL</title>
<base href="" />
<!-- meta tags: -->
<meta name="Author" content="author" />
<meta name="Description" content="desc" />
<meta name="Copyright" content="copyright" />
<meta name="Robots" content="robots" />
<meta name="Generator" content="generator" />
<meta name="Keywords" content="keywords" />
<link rel="stylesheet" href="styles/yuireset.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="styles/typography.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="styles/grid.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="styles/forms.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="styles/my.css" type="text/css" media="screen, projection" />
<script type="text/javascript" src="scripts/jquery.1.4.2.min.js"></script>
</head>
<body>
<h1>A COMPLETE HISTORY OF #FAILURES ON TWITTER </h1>
<div class="container">
<div id="inputarea">
<a href="#" class="switch_thumb">Switch Display</a>
</div>
<div id="outputarea">
<ul></ul>
</div>
<div id="footer">
<div id="status"></div>
</div>
</div>
<script type="text/javascript" src="scripts/ws.js"></script>
</body>
</html>