-
Notifications
You must be signed in to change notification settings - Fork 0
/
view-power.html
31 lines (30 loc) · 1.36 KB
/
view-power.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>tDash.org | Twitter Dashboard</title>
<meta content="Read your Twitter timeline and post updates to your status. All from within your browser." name="description" />
<meta content="Twitter browser client status update" name="keywords" />
<link href="/css/default-power.css" type="text/css" rel="stylesheet" media="screen,projection" />
</head>
<body>
<div id="view">
<table id="viewTbl" class="topAlignTbl" cellspacing="0">
<tbody><tr>
<td id="paddedLeftTd"><div id="paddedLeft">
<div id="headCorner">
<a href="/" class="linkNoDec"><img class="logo" src="/images/logoColorSmall.png" /></a>
<p id="logInfo"></p>
</div>
</div></td>
<td id="paddedRightTd"><div id="paddedRight">
<h1>Your dashboard has moved</h1>
<p>While we were enchancing tDash, we had to re-arrange our website a bit.</p>
<p>Click <a style="font-size:120%;font-weight:bold;" href="/oauth/viewPower">here</a> to go your dashboard</p>
<p>And oh, please update your bookmarks while you are at it! Thank you!</p>
</div></td>
</tr></tbody>
</table>
</div>
</body>
</html>