-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoel.html
More file actions
35 lines (34 loc) · 1.01 KB
/
noel.html
File metadata and controls
35 lines (34 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>noel</title>
<link rel="stylesheet" href="css/noel.css">
</head>
<body>
<!-- ouverture du tableau -->
<table align="center" style="border-collapse:collapse;">
<!-- tr = rang (t = tableau / r = row = rangée) -->
<tr>
<td width="650" height="150" colspan="5" align="center"><img src="img/header.jpg" alt=""></td>
</tr>
<tr>
<td colspan="5" align="center" height="50">de la part de derrienic</td>
</tr>
<tr>
<td colspan="5" align="center" height="50"><img src="img/newsletter.jpg" alt=""></td>
</tr>
<tr>
<td colspan="5" align="center" height="50">
<img src="img/derriennic-logo.png" alt="">
</td>
</tr>
<tr>
<td colspan="5" align="center"><a href="">lien vers la newsletter en ligne</a>
</td>
</tr>
</table>
</body>
</html>