-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
116 lines (98 loc) · 4.8 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
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<script>
//The following annoys the user with some stupid cookie warning (required).
function getCookie(cname) {
var name = cname + '=';
var ca = document.cookie.split(';');
for(var i=0; i<ca.length; i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1);
if (c.indexOf(name) == 0) return c.substring(name.length,c.length);
}
return '';
}
function setCookie(cname, cvalue, date) {
if (getCookie('agreed') != 'Yes') return;
document.cookie = cname + '=' + cvalue + '; ' + expires + 'expires=' + date.toUTCString() + ';';
}
function cookieAccept() {
var d = new Date();
d.setTime(d.getTime() + 31536000000);
document.cookie = 'agreed=Yes; expires=' + d.toUTCString() + ';';
document.getElementById('cookie-agreement').hidden = true
}
function cookieDeny() {
var d = new Date();
d.setTime(d.getTime() + 31536000000);
document.cookie = 'agreed=No; expires=' + d.toUTCString() + ';';
document.getElementById('cookie-agreement').hidden = true
}
</script>
<head>
<head>
<style>
body {
background-image: url("tux.jpg");
}
</style>
<script src="https://kit.fontawesome.com/6fd5b12557.js" crossorigin="anonymous"></script>
</head>
<link rel="stylesheet" href="/style.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5805720950950790"
crossorigin="anonymous"></script>
<link rel="icon" type="image/ico" href="zfavicon.ico" />
<title>TheGeekBoiz</title>
</head>
<body>
<div id="cookie-agreement"><span>By visiting this website, you are accepting the cookie policy.<br>For more information, click <a href="cookie-policy.html">here</a></span><button onclick="cookieAccept()">Accept all</button><button onclick="cookieDeny()">Decline all</button></div>
<nav>
<div><a><i class="fa-solid fa-bars"></i></a></div>
<div class=right><a><i class="fa-solid fa-user"></i></a> <a><i class="fa-solid fa-bullhorn"></i></a></div>
</nav>
<a href="/" target="_blank">
<img src="https://hitwebcounter.com/counter/counter.php?page=8135153&style=0007&nbdigits=5&type=page&initCount=451" title="Free Counter" Alt="web counter" border="0" /></a>
<header class="mega-header">TheGeekBoiz<br><button class="about-button"><a href="about/index.htm">
<i class="fa-solid fa-address-card"></i></a></button> <button class="about-button stripe"><a
href="https://buy.stripe.com/test_bIYcObgBkchtgzm144"><i class="fa-solid fa-dollar-sign"></i>
</a></button></header>
<br>
<section class="button-section">
<br>
<button class="python-button"><a href="/PythonScratcher/index.html">PythonScratcher</a></button>
<button class="python-button"><a href="/PythonScratcher/dino/index.html">Dino</a></button>
<button class="python-button"><a href="/PythonScratcher/googleru/index.html">Google</a></button>
<button class="python-button"><a href="/PythonScratcher/youareanidiot/index.html">Prep helper </a></button>
<button class="python-button"><a href="/PythonScratcher/nootes/index.html">Nootes <small>forked</small></a></button>
<button class="python-button"><a href="/PythonScratcher/#/index.htm">Login Test</a></button>
<button class="python-button"><a href="PythonScratcher/dvdbounce/index.html">DVD Bounce</a></button>
<button class="python-button"><a href="http://pprobux.square.site">Free Robux</a></button>
<button class="python-button"><a href="/PythonScratcher/txthuge/index.html">Huge Text</a></button>
<br>
<button class="james-button"><a href="/JamesMarke/index.htm">JamesMarke</a></button>
<button class="james-button"><a href="/JamesMarke/gapiofficial/index.htm">GAPI</a></button>
<button class="james-button"><a href="/JamesMarke/notes/index.html">Notes</a></button>
<button class="james-button other-corner-button"><a href="/JamesMarke/compilation/index.htm"><i
class="fa-solid fa-newspaper"></i></a></button>
<br>
<button class="epic-button"><a href="/Ed/index.html">lovley stuff</a></button>
<button class="epic-button"><a href="/backup.html">test</a></button>
<br>
<button class="quandile-button"><a href="/quandile.html">QUANDILE</a></button>
<br>
<button class="rjt-button"><a href="/RJT/index.html">RJT</a></button>
<br>
<button class="crystalyser-button"><a href="/crystalyser562/index.html">crystalyser562</a></button>
<br>
<button class="tiggy-button"><a href="/Tiggy282/index.html">Tiggy282</a></button>
</section>
<br>
<button class="corner-button"><a href="/PythonScratcher/#/index.html"><i class="fa-solid fa-comments"></i></a>
</button>
<br>
<button><a href="zzz.html">DO NOT PRESS</a></button>
<br>
<button><a href="therock.html">sus</a></button>
<link rel="icon" type="image/ico" href="zfavicon.ico" />
</body>
</html>