forked from adysec/top_1m_domains
-
Notifications
You must be signed in to change notification settings - Fork 0
/
statvoo.zip
93 lines (85 loc) · 3.32 KB
/
statvoo.zip
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Statvoo</title>
<link rel="icon" type="image/png" href="/assets/favicon.ico" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1126602015214222" crossorigin="anonymous"></script>
<style>
html {
font-size: 14px;
}
h1 {
margin: 4rem 0;
color: #0AB30A;
font-size: 3rem;
font-weight: normal;
letter-spacing: 0.2rem;
}
input[type="search"] {
max-width: 600px;
margin: 3rem auto;
}
p {
margin-top: 4rem;
}
ul {
margin-bottom: 2rem;
}
</style>
</head>
<body>
<div class="container text-center">
<h1><img src="/assets/favicon-32x32.png" alt="logo" style="width:32px;position: relative;height:32px;top: -5px;" /> Statvoo</h1>
<form method="post" action="/?process">
<div class="form-group">
<input type="search" class="form-control" name="domain" placeholder="Enter a site here...">
</div>
<button type="submit" class="btn btn-success">Get Free Report</button>
</form>
<p class="font-italic">Recently updated:</p>
<ul class="list-unstyled">
<li>
<a href="https://jerseys-nba.us.statvoo.com">jerseys-nba.us</a>
</li>
<li>
<a href="https://liaisonedu.com.statvoo.com">liaisonedu.com</a>
</li>
<li>
<a href="http://goosecanada.name.statvoo.com">goosecanada.name</a>
</li>
<li>
<a href="https://everydayminerals.com.statvoo.com">everydayminerals.com</a>
</li>
<li>
<a href="https://qixinmd.com.statvoo.com">qixinmd.com</a>
</li>
<li>
<a href="https://leverate.com.statvoo.com">leverate.com</a>
</li>
<li>
<a href="https://darley.com.statvoo.com">darley.com</a>
</li>
<li>
<a href="https://taubertal-festival.de.statvoo.com">taubertal-festival.de</a>
</li>
<li>
<a href="https://kuwaitgreenenergy.com.statvoo.com">kuwaitgreenenergy.com</a>
</li>
<li>
<a href="https://thenationalsystem.org.statvoo.com">thenationalsystem.org</a>
</li>
</ul>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QEQ8QRQBH7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QEQ8QRQBH7');
</script>
</body>
</html>