-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtablemail.html
executable file
·67 lines (67 loc) · 2.9 KB
/
tablemail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>E-mail рассылка</title>
</head>
<body>
<div id="header">
<div class="mhead">
<a href="index.html#top">ГЛАВНАЯ</a>
<a href="index.html#galery">ГАЛЕРЕЯ</a>
<a href="tablemail.html">E-MAIL РАССЫЛКА</a>
</div>
<div class="areg">
<a href="registration.html">РЕГИСТРАЦИЯ</a>
</div>
</div>
<div id="hhead"></div>
<table>
<tr>
<td colspan="3">
<a href="https://www.dns-shop.ru/product/056c2b5eadcd8a5a/svejnaa-masina-janome-450mg/"><img src="images/heademail.jpg"></a>
</td>
</tr>
<tr>
<td>
<a href="https://www.dns-shop.ru/"><img src="images/New Bitmap Image - Copy.jpg"></a>
</td>
<td>
<a href="https://www.dns-shop.ru/product/0c56c09093b73330/graficeskij-planset-xp-pen-deco-02/"><img src="images/New Bitmap Image - Copy (2).jpg"></a>
</td>
<td>
<a href="https://www.dns-shop.ru/catalog/17a8943716404e77/monitory/"><img src="images/New Bitmap Image - Copy (6).jpg"></a>
</td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<a href="https://www.dns-shop.ru/product/1ae3e37a0a741b80/50-127-sm-televizor-led-dexp-u50e9000h-cernyj/"><img src="images/New Bitmap Image.jpg"></a>
</td>
<td>
<a href="https://www.dns-shop.ru/product/e396aa0cf9481b80/elektriceskaa-plita-gefest-ep-n-d-6560-03-0053-koricnevyj/"><img src="images/New Bitmap Image - Copy (4).jpg"></a>
</td>
</tr>
<tr>
<td>
<a href="https://www.dns-shop.ru/product/c18e51693b5d3332/pamat-usb-flash-goodram-uts2-uts2-0640nbr11-dn-64-gb/"><img src="images/New Bitmap Image - Copy (5).jpg"></a>
</td>
</tr>
<tr>
<td colspan="3">
<a href="https://www.dns-shop.ru/"><img src="images/botoomwall.jpg"></a>
</td>
</tr>
</table>
<div class="bottombox">
<a href="https://www.google.com/" id="bottom">подробнее</a>
<a href="https://www.google.com/" id="bottom">подробнее</a>
<a href="https://www.google.com/" id="bottom">подробнее</a>
<a href="https://www.google.com/" id="bottom">подробнее</a>
<a href="https://www.google.com/" id="bottom">подробнее</a>
<a href="https://www.google.com/" id="bottom">подробнее</a>
<a href="https://www.google.com/" id="bottom">подробнее</a>
</div>
</body>
</html>