-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (95 loc) · 2.61 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Playball');
body {
background: #663300;
}
div {
padding: 1em;
margin: auto;
width: 750px;
background: #bb9966;
}
* {
font-size: 1.1em;
}
h1 {
font-family: 'Playball', Georgia, Serif;
font-weight: normal;
font-size: 1.7em;
margin-bottom: 0px;
text-decoration: underline;
}
img {
border: 1px solid #8B4513;
max-height: 320;
max-width: 320;
}
table {
margin: auto;
width: 100%;
}
table, td {
border-collapse: collapse;
text-align: center;
}
h1.center {
text-align: center;
margin-top: 0px;
text-decoration: none;
font-size: 2em;
margin-bottom: 0.5em;
}
</style>
</head>
<body>
<div>
<h1 class=center>Petite Collection de Meubles Anciens</h1>
<center>(cliquez sur une photo pour la visionner en plus grand)</center>
<h1>Bonnetière</h1>
<table>
<tr>
<td><a href="bonnetière 1.jpg"><img src="bonnetière 1.jpg" /></a></td>
<td><a href="bonnetière 2.jpg"><img src="bonnetière 2.jpg" /></a></td>
<td><a href="bonnetière 3.jpg"><img src="bonnetière 3.jpg" /></a></td>
</tr>
</table>
<h1>Buffet Breton</h1>
<table>
<tr>
<td><a href="buffet 1.jpg"><img src="buffet 1.jpg" /></a></td>
<td><a href="buffet 2.jpg"><img src="buffet 2.jpg" /></a></td>
</tr>
</table>
<h1>6 Chaises et une Table</h1>
<table>
<tr>
<td><a href="chaises 2.jpg"><img src="chaises 2.jpg" /></a></td>
<td><a href="chaises 1.jpg"><img src="chaises 1.jpg" /></a></td>
</tr>
</table>
<h1>Coffre Louis XIII</h1>
<table>
<tr>
<td><a href="coffre 1.jpg"><img src="coffre 1.jpg" /></a></td>
<td><a href="coffre 2.jpg"><img src="coffre 2.jpg" /></a></td>
</tr>
</table>
<h1>Confiturier</h1>
<table>
<tr>
<td><a href="confiturier 1.jpg"><img src="confiturier 1.jpg" /></a></td>
<td><a href="confiturier 2.jpg"><img src="confiturier 2.jpg" /></a></td>
<td><a href="confiturier 3.jpg"><img src="confiturier 3.jpg" /></a></td>
</tr>
</table>
<h1>Commode</h1>
<table>
<tr>
<td><a href="commode.jpg"><img src="commode.jpg" /></a></td>
</tr>
</table>
</div>
</body>
</html>