-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (58 loc) · 3.12 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" media="all" href="http://ivl.github.com/css/style.css"/>
</head>
<body>
<div id="lin">
</div>
<div id="pagewrap">
<header id="header">
<nav>
<ul id ="main-nav">
<li><a href="#">Blog</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<div id = "body">
<div id = "contentwrap">
<section id="content">
<article class="blogarticle">
<header>
<h2>Very very vey loooooooooooooooooooooooong title</h2>
<time class="tm"> <strong> 08 <em> 06.2011 </em></strong></time>
<span class="posttag">
<a href= "/tags/alpha">alpha</a>
</span>
</header>
<p>Second blog entry very very very big entry. Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second blog entry very very very big entry.Second...
<a href="/2011/06/08/second-blog-entry.html" title="Read more">(Read more)</a>
</article>
<article class="blogarticle">
<header>
<h2>my first post</h2>
<time class="tm"> <strong> 07 <em> 06.2011 </em></strong></time>
<span class="posttag">
<a href= "/tags/alpha">alpha</a>
<a href= "/tags/beta">beta</a>
</span>
</header>
<p>Test message</p>
<a href="/2011/06/07/first-blog-entry.html" title="Read more">(Read more)</a>
</article>
</section>
</div>
<aside id="sidebar">
<div id="ShelfariWidget176920"><a href='http://www.shelfari.com/'>Shelfari: Book reviews on your book blog</a><script src="http://www.shelfari.com/ws/176920/widget.js?r=63511" type="text/javascript" language="javascript"></script></div><noscript><ul><li><a href="http://www.shelfari.com/books/15461747/Hadoop-The-Definitive-Guide?widgetId=176920">Hadoop: The Definitive Guide</a> by Tom White</li><li><a href="http://www.shelfari.com/books/13322268/The-handbook-of-computational-linguistics-and-natural-language-p?widgetId=176920">The handbook of computational linguistics and natural language...</a> by </li><li><a href="http://www.shelfari.com/books/115613/The-Haskell-Road-To-Logic-Maths-And-Programming?widgetId=176920">The Haskell Road To Logic, Maths And Programming</a> by Kees Doets, van...</li></ul></noscript>
</aside>
</div>
<footer id = "footer">
<p id="back-top"><a href="#pagewrap"><span></span><em>Back to top</em> </a></p>
</footer>
</div>
</body>
</html>