-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
executable file
·63 lines (54 loc) · 2.06 KB
/
index.htm
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Tampoon</title>
<meta name="description" content="Tampoon" />
<style>
*{ margin: 0; padding: 0;}
html, body{
width: 100%;
height: 100%;
}
body
{
background: url('img/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
@font-face
{
font-family: 'MarkerFelt';
src: url("fonts/MarkerFelt.ttf") format('truetype');
}
@font-face
{
font-family: 'AvenirLTStd-Light';
src: url("fonts/AvenirLTStd-Light.otf") format('truetype');
}
#info{ text-align: center; margin-left: auto; margin-right: auto; font-family: AvenirLTStd-Light; background-color: white; width: 800px; margin-top: 15px; }
</style>
</head>
<body>
<div id="info">
<img src="img/visu2.png" style="border: none;" />
<p style="font-size: 25px;">
Le nouveau marqueur indélébile<br>qui identifie votre balle avec l'empreinte qui vous séduit,<br>
choisie dans la gamme de nos nombreux motifs.<br>En rouge, vert, bleu ou noir.
</p>
<p style="font-size: 20px;">
Pour voir la gamme des motifs et couleurs : cliquez <a href="http://shop.presteege.fr" target="_blank">ici</a><br>
Points de vente sur demande à l'adresse ci-dessous.<br>
Logo personnalisé pour toute commande de 100 pièces ... et plus.
<br>
<b>tampoon.net</b>
</p>
<p>
<span style="font-family: MarkerFelt; font-weight: bold; font-size: 20px;">tampoon</span>, un produit <b>Presteege Partner</b><br>
6 allée de la garenne - 78120 Clairefontaine-en-Yvelines - tél. +33 (0)1 34 84 54 34 - <a href="mailto:presteege@wanadoo.fr">presteege@wanadoo.fr</a>
</p>
</div>
</body>
</html>