-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 916 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>A Song Of Ice And Fire / Summaries by Vincent Briscuso</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel='stylesheet' href='style.css' />
</head>
<body class="intro">
<div class="content">
<div class="header">
<p class="author"><span>George R.R. Martin's</span></p>
<h1><span>A Song Of Ice And Fire</span></h1>
<p><span><i>Summaries by: Vincent Briscuso</i></span></p>
<p><span><i>Illustration by: <a href="http://twitter.com/#!/tommyfpatterson">Tommy Patterson</a></i></span></p>
<ul>
<li><span><a href="01agot.html">A Game Of Thrones</a></span></li>
<li><span><a href="02acok.html">A Clash Of Kings</a></span></li>
<li><span><a href="03asos.html">A Storm Of Swords</a></span></li>
<li><span><a href="04affc.html">A Feast For Crows</a></span></li>
</ul>
</div>
</div>
</body>
</html>