-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmicroblog.html
More file actions
36 lines (29 loc) · 804 Bytes
/
Copy pathmicroblog.html
File metadata and controls
36 lines (29 loc) · 804 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>An aggregation of tweets.</title>
<link rel='stylesheet' href='/static/microblog.css' />
</head>
<body>
<h1 id="main-title">Microblog</h1>
<h2 id="page-title">Messages from KevBurnsJr</h2>
<div class="user-message-block">
<div id="messages">
<ul>
<li>
<span class="message-text"> bang bang bang </span>
<span class="single">@</span>
<a rel="message" href="/microblog/messages/c4f2723abd15ef822f95598445defbb9" title="message">
<span class="date-time"> 2011-08-18 14:30:33 </span>
</a>
<span class="single">by</span>
<a rel="user" href="/microblog/users/KevBurnsJr" title="KevBurnsJr">
<span class="user-text">KevBurnsJr</span>
</a>
</li>
</ul>
</div>
 
</div>
</body>
</html>