This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
48 lines (43 loc) · 1.76 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Twitter Wall by Welaika</title>
<meta name="generator" content="TextMate http://macromates.com/">
<meta name="author" content="WeLaika">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.js"></script>
<script type="text/javascript" src="http://scripts.embed.ly/jquery.embedly.min.js"></script>
<script type="text/javascript" src="assets/javascripts/timeago.js"></script>
<script type="text/javascript" src="assets/javascripts/jquery.fittext.js"></script>
<script type="text/javascript" src="assets/javascripts/tweet.js"></script>
<link href='http://fonts.googleapis.com/css?family=Actor' rel='stylesheet' type='text/css'>
<link href="assets/stylesheets/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<img src="assets/images/settings.png" class="settings_button closed" />
<div class="tweet">
<div class="message_text">#welcome to #twitter_wall. The easy way to display #tweets. Created by @welaika</div>
<div class="footer_tweet">
<div class="profile_pic"></div>
<div class="author">@welaika</div>
<div class="created_at">29 agosto 2011</div>
</div>
</div>
</div>
<div class="logo"></div>
<div class="settings cf">
Nascondi i tweet più vecchi di
<input class="minutes_old" />
min
<button class="save_minutes">OK</button>
Code: <input class="code" />
Hashtag:
<input class="query" />
<button class="play">Play</button>
<button class="previous">«</button>
<button class="next">»</button>
</div>
</body>
</html>