forked from urfu-2018/markup-task-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathletter.xhtml
More file actions
30 lines (27 loc) · 1.08 KB
/
letter.xhtml
File metadata and controls
30 lines (27 loc) · 1.08 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
<!-- htmllint preset="none" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<table bgcolor="#F8F8F8" rules="rows" border="1" cellpadding="20">
<tr height="200" valign="top">
<td>
<p>Здравствуйте, Николай!</p>
<p>Вы подписались на уведомления о новостях Яндекса.</p>
<p>Уведомления будут приходить вам на этот email и на указанный вами телефон - +79xxxxxxx78 </p>
<p>Для подтверждение перейдите по ссылке.</p>
</td>
<td>
<img src="picture.jpg" title="yandex" alt="picture" height="100" width="200">
</td>
</tr>
<tr>
<td><a href="#">Пожаловаться</a></td>
<td>© 2018, <a href="#">Яндекс</a></td>
</tr>
</table>
</body>
</html>