This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
proxylinks.html
68 lines (61 loc) · 1.59 KB
/
proxylinks.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
<!DOCTYPE html>
<html>
<head>
<title>Proxy links</title>
<link rel="stylesheet" href="styleuv.css">
<style>
a:link {
color: purple;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: purple;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap">
<style>
body {
font-family: "swap", sans-serif;
}
</style>
</head>
<body>
<font color="c0c0c0">
<font color="purple">
<ul>
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
<div class="button-container">
<span><a href="index.html" class="button">Home</a></span>
<>
<span><a href="about.html">about</span>
<>
<span><a href="games.html">Games</a></span>
<>
<span><a href="uv.html">Search unblocked</a></span>
<>
<span><a href="partnership.html">partnership</span>
<>
<span><a href="credits.html">credits</span>
<>
<span><a href="secret.html">Dont click:)</a></span>
<>
<span><a href="proxylinks.html">Proxy links</a></span>
</div>
</ul>
</font>
<hr>
<center><h1>Proxy lists</h1></center>
<iframe src="https://docs.google.com/document/d/1mEN5tVd1jrje8Gh4M9f7K2mijsc-7484udYse3NYHc0/edit?usp=sharing" height="700" width="1230" sandbox="allow-same-orgin allow-scripts"></iframe></font></body></html>