-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
87 lines (72 loc) · 1.89 KB
/
info.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="images/sunflower.png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wholΣ</title>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
</style>
</head>
<body>
<div class="dropdown">
<button class="dropbtn">Travel</button>
<div class="dropdown-content">
<a href="../index.html">Home</a>
<a href="../info.html">Info</a>
<a href="../resources.html">Resources</a>
</div>
</div>
<div>
<a href="..">
<img src="images/sunflower.png" style="width:75px;height:75px;" alt="sunflower">
</a>
</div>
<p>
</br>
Replace your existing hostfile (C:\Windows\System32\drivers\etc) with this
<a href="/hostsnogoogle.txt" download="block google domains">
DeGoogle Host File
</a></br></br>
Or, <a href="https://www.howtogeek.com/293213/how-to-configure-a-proxy-server-in-firefox/">configure the proxy setting on firefox</a> with the
<a href="/websitelist.txt" download="website list">
Website List
</a> to allow only websites searchable be accessible (doesnt include current domain so don't use this yet)</br>
Check out <a href="https://www.torproject.org/">torbrowser</a></br>
<a href="https://tails.boum.org/">Tails</a>
</p>
</body>
</html>