-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 890 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Twitter Widget</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
<div class="widget">
<div class="logo"></div>
<div class="left">M<br />A<br />A<br />N<br />D<br />A<br />G</div>
<div class="right">
<div class="avatar"><img src="http://www.one2xs.com/img/avatars/nielsjojo.jpg" alt="Nielsjojo" /></div>
<div class="tekst">Juist een awesome Twitter widget gebased!<br /><a href="#">bit.ly/7575745873456</a></div>
<div style="clear:both;"></div>
<div class="footer">Facebook - Hyves - Twitter</div>
</div>
<div style="clear:both;"></div>
</div>
</body>
</html>