forked from SchoolIzBoring/Unblocked-Websites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
other.html
120 lines (117 loc) · 4.49 KB
/
other.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
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Unblocked Websites | Other</title>
<link rel="icon" type="image/png" href="images/uw.png" sizes="16x16" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/other.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'GA_MEASUREMENT_ID');
</script>
<!-- Google Tag Manager -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KXRHPNW89S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-KXRHPNW89S');
</script>
<style>
body {
font-family: Roboto, sans-serif;
font-size: 13.3333px;
color: #ffffff;
text-align: center;
background-color: #1C1C1C;
cursor: url('images/pointerblue1.png'), none;
padding-top: 9.5%;
}
a:hover,
button:hover {
cursor: url('images/handblue120.png'), pointer;
}
</style>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a href="https://github.com/SchoolIzBoring">
<img src="./images/uw.png" alt="Unblocked" width="50" height="50" class="logo" />
</a>
</div>
<div class="navitems">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="gamesites.html">Gamesites</a>
</li>
<li>
<a href="proxies.html">Proxies</a>
</li>
<li class="active">
<a href="other.html">Other</a>
</li>
<li>
<a href="tools.html">Tools</a>
</li>
<li>
<a href="settings.html">Settings</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</nav>
<div id="header">
<img src="logo.png" alt="Unblocked" />
</div>
<p>Number of users: <span id="connection-counter">1000</span>
</p>
<div class="container">
<div class="proxy-container">
<div class="header">
<h4 class="proxy-title">
<span class="proxy-text">
<img src="./images/other.png" width="20" height="20"> Other <img src="./images/other.png" width="20" height="20">
</span>
</h4>
</div>
<div class="section-content active" id="section-content"></div>
<div class="row">
<div class="col-md-4">
<a class="btn btn-default btn-lg btn-block" role="button" target="_blank" href="https://schoolizboring.github.io/Websites-Links/">
<img src="./images/other.png" alt="icon" width="16" height="16" /> List Of Proxies </a>
</div>
<div class="col-md-4">
<a class="btn btn-default btn-lg btn-block" role="button" target="_blank" href="https://schoolizboring.github.io/List-of-Bookmarklets/">
<img src="./images/other.png" alt="icon" width="16" height="16" /> List Of Bookmarklets </a>
</div>
<div class="col-md-4">
<a class="btn btn-default btn-lg btn-block" role="button" target="_blank" href="https://schoolizboring.github.io/My-Bookmarklet-Folder-OP-/">
<img src="./images/other.png" alt="icon" width="16" height="16" /> My Bookmark Folder (OP) </a>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/keen-slider"></script>
<script src="./js/common.js"></script>
<script src="./js/index.js"></script>
</body>
</html>