-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpafosa-stripe-footer.html
75 lines (66 loc) · 1.29 KB
/
pafosa-stripe-footer.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
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div class="pret">
<h2> Prêt(e) à débuter ?</h2></div>
<div class="contact">
<h2> Entrez en contact, ou créez un compte.</h2></div>
<input type="button" value="CREEZ UN COMPTE STRIPE">
<h3>Créez un compte Stripe</h3>
<input type="button" value="CONTACTEZ NOS EQUIPES COMMERCIALES">
<hr>
<table>
<tr>
<img src="file:///home/simplonco/Documents/pafosa-stripe/positionfr.png"/> <td>France</td>
</tr>
<tr>
<img src="file:///home/simplonco/Documents/pafosa-stripe/bullefr.png"/> <td>Français</td>
</tr>
<span class="grey">
<tr>
<td> PRODUITS</td>
<td>DEVELOPPEURS</td>
<td>ENTREPRISE</td>
<td>RESSOURCES</td>
</tr>
</span>
<span class="3A3B64">
<tr>
<td>Paiements</td>
<td>Tarifs</td>
<td>Documentation</td>
<td>A propos</td>
<td>Support</td>
</tr>
<tr>
<td>Abonnements</td>
<td>Clients</td>
<td>Référence API</td>
<td>Blog</td>
<td>Contact</td>
</tr>
<tr>
<td>Contact</td>
<td>Mondial</td>
<td>statut de l'API</td>
<td>Emplois</td>
<td>Confidentialité et CGU </td>
</tr>
<tr>
<td>Relay</td>
<td>Opensource</td>
<td>Presse</td>
</tr>
<tr>
<td> Atlas</td>
</tr>
</span>
</table>
</body>
</html>