-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmail.html
More file actions
34 lines (29 loc) · 933 Bytes
/
mail.html
File metadata and controls
34 lines (29 loc) · 933 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mail</title>
<link rel="stylesheet" href="assets/css/style.css">
<style data-ignore="ignore">
/* styles here will not be inlined */
body {
background-color: #ccc;
}
</style>
</head>
<body>
<table width="600">
<thead>
<tr>
<th width="250"><img src="assets/images/logo.jpg"></th>
<th align="left">Name, <br>Adress, <br>...</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2"><a class="link"href="http://google.de" title="Lorem ipsum dolor"><span>Lorem ipsum dolor</span></a> sit amet, consectetur adipiscing elit. Dici enim nihil potest verius. Isto modo ne improbos quidem, si essent boni viri. Apud ceteros autem philosophos, qui quaesivit aliquid, tacet; Illud non continuo, ut aeque incontentae. Sit hoc ultimum bonorum, quod nunc a me defenditur;</td>
</tr>
</tbody>
</table>
</body>
</html>