-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (111 loc) · 3.96 KB
/
index.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<html lang=fr-FR prefix="og: https://ogp.me/ns#">
<head>
<meta charset=UTF-8>
<meta name=viewport content="width=device-width, initial-scale=1.0">
<meta http-equiv=X-UA-Compatible content="IE=edge">
<title>Plateforme de vente de liens</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<meta name=robots content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
</head>
<body>
<h1>Bienvenue sur notre plateforme de vente de liens</h1>
<div class="center-message">
<p>Actualisé le 22/05/2024 (21:14)</p>
</div>
<div id="link-list">
<div class="link-item">
<h2>developpeur-web-independant.fr</h2>
<p>Citation Flow (CF): 14</p>
<p>Trust Flow (TF): 20</p>
<p>Authority Score: 12</p>
<p>Prix: 15€</p>
</div>
<div class="link-item">
<h2>dev-maxime-guinard.fr</h2>
<p>Citation Flow (CF): 30</p>
<p>Trust Flow (TF): 19</p>
<p>Authority Score: 14</p>
<p>Prix: 20€</p>
</div>
<div class="link-item">
<h2>les-grognards.fr</h2>
<p>Citation Flow (CF): 9</p>
<p>Trust Flow (TF): 5</p>
<p>Authority Score: 2</p>
<p>Prix: 15€</p>
</div>
<div class="link-item">
<h2>seo-maxime-guinard.fr</h2>
<p>Citation Flow (CF): 31</p>
<p>Trust Flow (TF): 19</p>
<p>Authority Score: 10</p>
<p>Prix: 20€</p>
</div>
<div id="link-list">
<div class="link-item">
<h2>mes-scripts.fr</h2>
<p>Citation Flow (CF): 22</p>
<p>Trust Flow (TF): 21</p>
<p>Authority Score: 2</p>
<p>Prix: 20€</p>
</div>
<div class="link-item">
<h2>host-maxime-guinard.fr</h2>
<p>Citation Flow (CF): 12</p>
<p>Trust Flow (TF): 11</p>
<p>Authority Score: 2</p>
<p>Prix: 15€</p>
</div>
<div id="link-list">
<div class="link-item">
<h2>agence-devsource.fr</h2>
<p>Citation Flow (CF): 17</p>
<p>Trust Flow (TF): 10</p>
<p>Authority Score: 12</p>
<p>Prix: 15€</p>
</div>
<div class="link-item">
<h2>couteau-nihon.fr</h2>
<p>Citation Flow (CF): 22</p>
<p>Trust Flow (TF): 18</p>
<p>Authority Score: 2</p>
<p>Prix: 20€</p>
</div>
<div id="link-list">
<div class="link-item">
<h2>vpnconnect.fr</h2>
<p>Citation Flow (CF): 0</p>
<p>Trust Flow (TF): 6</p>
<p>Authority Score: 0</p>
<p>Prix: 15€</p>
</div>
<div class="link-item">
<h2>developmentsource.fr</h2>
<p>Citation Flow (CF): 14</p>
<p>Trust Flow (TF): 7</p>
<p>Authority Score: 2</p>
<p>Prix: 15€</p>
</div>
<div class="link-item">
<h2>couteau-du-francais.fr</h2>
<p>Citation Flow (CF): 23</p>
<p>Trust Flow (TF): 27</p>
<p>Authority Score: 5</p>
<p>Prix: 20€</p>
</div>
<div class="link-item">
<h2>gtool.fr</h2>
<p>Citation Flow (CF): 8</p>
<p>Trust Flow (TF): 8</p>
<p>Authority Score: 5</p>
<p>Prix: 20€</p>
</div>
<div style="text-align: center; margin-top: 20px;">
<a href="https://tool.dev-maxime-guinard.fr/" class="button" target="_blank">Retour à nos outils</a>
</div>
</div>
</body>
</html>