forked from orta/tumblrclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignedup.html
68 lines (59 loc) · 2.86 KB
/
signedup.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
88
,d 88 88
88 88 88
MM88MMM88 88 88,dPYba,,adPYba, 88,dPPYba, 88 8b,dPPYba,
88 88 88 88P' "88" "8a 88P' "8a 88 88P' "Y8
88 88 88 88 88 88 88 d8 88 88
88, "8a, ,a88 88 88 88 88b, ,a8" 88 88
"Y888 `"YbbdP'Y8 88 88 88 8Y"Ybbd8"' 88 88
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link href="style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body id="dashboard_index">
<div id="container">
<div id="header"></div>
<div id="content_container">
<div id = "background_top" style="background: url('images/content_top.png') no-repeat top center;">
<img src = "images/content_top.png"></img>
<div style="">
<div id="content">
<div id="dashboard_header">
<div id="dashboard_controls"></div>
<div style="width:400px; overflow:hidden; height:30px;">
<span class="light">Making the complex </span>possible <span class="light">and the simple</span> easy </div>
</div>
<!-- Posts -->
<ol id="posts" >
<li id="post" class="post regular not_mine ">
<div style="padding:1px;">
<div class="post_container">
<div class="post_info">
<span class="username"><a href="/blog">orta</a>:</span>
</div>
<div style="font-size:135%; line-height:125%; font-family:helvetica, arial; font-weight:bold;margin-bottom:10px;">New User: </div>
Click on login to get started in Tumblg<br/><br/>
</div>
</div>
<div style="background:url('images/default_avatar_40.gif') no-repeat;" class="avatar"><img alt="" src="images/avatar_border_40px.png"/></div>
<div class="arrow"><img src="images/arrow_mask.png?2" alt=""/></div>
</div>
</li>
</ol>
<img src = "images/content_bottom.png"></img>
<div id="pagination">
<a href="/login" class="blue_button" title="Login">Login →</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</div>
<div class = "extra"><br/><strong>© Tumblr is totally owned by Tumblr, Inc. And has nothing to do with this app.</strong><br/>
</div>
</body>
</html>