-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (87 loc) · 4.31 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
<!doctype html>
<html>
<head>
<title>wescan</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/bulma-prefers-dark">
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<!-- first hero -->
<section class="hero is-dark is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title" style="color: #cc284b">wescan</h1>
<h2 class="subtitle" style="color: #fefcfc">the entire internet</h2>
<br>
<div class="media">
<figure class="image is-4by4">
<img style="-webkit-filter: drop-shadow(15px 15px 15px rgba(0,0,0,.5))" src="https://i.imgur.com/I68BPnt.png">
</figure>
</div>
</div>
</div>
</section>
<!-- end first hero -->
<!-- begging for money hero -->
<section class="hero is-dark ">
<div class="hero-body">
<div class="container">
<h1 class="title is-size-3">we need your help.</h1>
<p class="subtitle">
it's estimated to take around 44 minutes for a server with a gigabit connection to scan the entire internet.
<br>
there are 3.7B IPv4 addresses <strong>being used</strong>, our goal is to scan most of them in <strong>< 15 minutes</strong>
<br>
<br>
to do that, we need a lot of servers around the world which are <strong>not cheap</strong>
<br>
if you want to help us complete this project, consider <a style="color: #cc284b" href="#donate">donating to us</a>
</p>
</div>
</div>
</section>
<!-- end begging for money hero -->
<!-- why hero -->
<section class="hero is-danger is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title is-size-3">why?</h1>
<p class="subtitle">
for fun, mostly for fun
<br><br>
we're striving to make a better alternative for other internet search engines.
<br>
here's what we have to offer that makes us better than others
<ul>
<li><b>privacy - </b> we store <b>0</b> logs, and we're <b>very</b> careful when dealing with 3rd parties </li>
<li><b>affordable - </b> for the most part, wescan is <b>free</b></li>
<li><b>fast scans - </b> we estimate that the average internet-wide scan will take <b>< 15 minutes</b></li>
<li><b>frequent scans - </b> we pay for the whole bandwith, <b>we'll use</b> the whole bandwith</li>
</ul>
</p>
</div>
</div>
</section>
<!-- end why hero -->
<!-- start footer -->
<footer class="footer" id="donate">
<div class="content">
<p class="is-family-monospace">
BTC: 1DHj3v3Q8Fa6MEiRjCdfV8BDgE3FANosvo <br>
BCH: qqht04v80yasy4mupx3y3vde95q8enyygua3jgzulc <br>
Ether: 0xE19A4d9DB1f54462DEfFA4942E9F59304f4Ee6f2 <br>
RVN: RC9B78sZrfm58R7pDntGNAos98NgM37GNY <br>
Monero: 4AQHRgoV3scVSGXNeCkWf6YowU98bgqusQ4wmX5CbnmCXFTG2CxNXEsG7X63JDnAGw4sURg1GFkVZ9Xe7f8D5knbVBCGxLP <br>
NANO: nano_3pkckkh54mszm11wdhux7wfd8cmepnfx5jdazf6jct9br6nuxyrrdryk6ycz
</p>
<p>wescan is a part of the <a href="https://retarders.top/" style="color: #c203fc"><strong>retarders</strong></a> network</p>
</div>
</footer>
<!-- end footer -->
</body>
<script>
</script>
</html>