-
Notifications
You must be signed in to change notification settings - Fork 92
/
links.html
96 lines (95 loc) · 5.06 KB
/
links.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
<head><link rel="manifest" href="/manifest.json"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7487249208457563"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/links.css">
<link rel="stylesheet" href="assets/css/navbar.css">
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<script src="https://kit.fontawesome.com/204c1cf7c6.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<title>My Drive - Google Drive</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicons/google-drive-ico.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body style="overflow: hidden;">
<!-- Start Navbar Code-->
<nav class="navbar">
<div class="navbar-container">
<input type="checkbox" name="" id="">
<div class="hamburger-lines">
<span class="line line1"></span>
<span class="line line2"></span>
<span class="line line3"></span>
</div>
<ul class="menu-items">
<li><a href="home.html">Home</a></li>
<li class="dropdown">
<span class="nav-title">Games <i class="fa-solid fa-angle-down arrow"></i></span>
<ul class="dropdown-menu">
<li><a href="games.html">Online Games</a></li>
<li><a href="flash-games.html">Flash Games</a></li>
</ul>
</li>
<li class="dropdown">
<a href="/apps.html">Apps <i class="fa-solid fa-angle-down arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="flash-player.html">Flash Player</a></li>
<li><a href="/vpns.html">VPNs</a></li>
</ul>
</li>
<li><a href="links.html">Other Links</a></li>
<li><a href="settings.html"><i class="fa-solid fa-gear fa-lg"></i></a></li>
</ul>
<img src="assets/img/logo-text/420x32/logo_text_long_white.png" width="420" height="32" alt="logo small">
</div>
</nav>
<!-- End Navbar Code -->
<div class="page-container">
<div class="content-wrapper">
<div class="container4">
<div class="center3">
<div class="container3">
<div class="box">
<div id="glist">
<a href="https://notapr0xy.com.au/" target="_blank">notapr0xy.com.au</a>
<a href="https://notapr0xy.online/" target="_blank">notapr0xy.online</a>
<a href="https://desmoscalc.me/" target="_blank">desmoscalc.me</a>
<a href="https://bchs.pages.dev/" target="_blank">bchs.pages.dev</a>
<a href="https://imrunningoutofideas.com.au/" target="_blank">imrunningoutofideas.com.au</a>
<a href="https://imrunningoutofideas.online/" target="_blank">imrunningoutofideas.online</a>
<a href="https://geologyrocks.com.au/" target="_blank">geologyrocks.com.au</a>
<a href="https://alegithomeworksite.com.au/" target="_blank">alegithomeworksite.com.au</a>
<a href="https://alegithomeworksite.online/" target="_blank">alegithomeworksite.online</a>
<a href="https://alegithomeworksite.eu.org/" target="_blank">alegithomeworksite.eu.org</a>
<a href="https://defnotgxmes.ink/" target="_blank">defnotgxmes.ink</a>
<a href="https://probnotschoolwork.ink/" target="_blank">probnotschoolwork.ink</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Start -->
<footer class="footer-sticky">
<div class="logo-container">
<a>BCHS Unblocked Games</a>
</div>
<nav class="footer-nav">
<a href="iframe.html" onclick="setIframeType('links');localStorage.setItem('shownameandimg', 'false');localStorage.setItem('storedURL', 'https://forms.gle/it3WqC7rxXLx9ePc8');" class="footer-link">Request Games</a>
<a href="iframe.html" onclick="setIframeType('links');localStorage.setItem('shownameandimg', 'false');localStorage.setItem('storedURL', 'https://forms.gle/jgaXfQ6SYuetojyc8');" class="footer-link">Report a Problem</a>
<a href="https://github.com/tw31122007/BCHS-Unblocked-Games" target="_blank" class="footer-link">Github</a>
<a href="credits.html" class="footer-link">Credits</a>
</nav>
</footer>
<!-- Footer End -->
</div>
<script src="assets/js/cloak.js" defer></script>
<script src="assets/js/panic.js" defer></script>
<input id="key-input" type="text" placeholder="Key" style="display: none;" value="]">
<input id="website-input" type="text" placeholder="Website" style="display: none;" value="https://classroom.gooogle.com">
<script>
function setIframeType(type) {
localStorage.setItem('iframe-type', type);
}
</script>
</body>