-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
22 lines (22 loc) · 779 Bytes
/
test.html
File metadata and controls
22 lines (22 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tweeder</title>
<script src="prototype.js" type="text/javascript"></script>
<script src="effects.js" type="text/javascript"></script>
<script src="tweeder.js" type="text/javascript"></script>
<link href="test.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="console"></div>
<div data-tweeder="{
query: {
//fromUser: 'seanhealy',
hashtags: ['#mylasttweetonearth']
},
allowPosting: true
}"></div>
</body>
</html>