-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (49 loc) · 1.86 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
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Dasha</title>
<!-- Stylesheet -->
<style type="text/css">
#image {
width : 480px;
background : #FFFFFF;
margin-left : auto;
margin-right : auto;
width : 6em;
margin-top : 65px;
}
#title {
margin : 0 0 0 250px;
padding : 0 20px 20px 20px;
height : 30px;
font-family : "courier", monospace;
font-size : 3.5em;
}
#main {
margin-top : 150px;
margin-left : 700px;
font-size : x-small;
}
a {
color : #313131;
text-decoration : none;
}
hr {
margin-top : -6px;
height : 3px;
background : #2e290b;
position : relative;
}</style>
</head>
<!-- Body -->
<body>
<div id="image"><img src="images/amanecer.jpg" alt="Au bout du petit matin..." /></div>
<hr />
<div id="title"><a href="paths.html"><span class="Z3988"
title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&rfr_id=info%3Asid%2Focoins.info%3Agenerator&rft.title=Dasha&rft.creator=Alex+Gil&rft.description=A+novel+in+several+languages&rft.publisher=Alex+Gil&rft.date=2010-02-14&rft.type=Novel&rft.format=HTML&rft.language=Multilingual&rft.rights=Creative+Commons+Attribution-Noncommercial-Share+Alike+3.0+United+States+License."
>dasha</span></a></div>
<div id="main"><p>[<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/" target="_blank"
>with this Creative Commons license</a>]</p></div>
</body>
</html>