-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.99 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.99 KB
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="The Home Of Internet Fun. ScriptBox>
<link rel="stylesheet" href="styles/style.css">
<title>ScriptBox - The Home Of Internet Fun</title>
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script src="scripts/auth.js" defer></script>
<meta name="google-site-verification" content="IGZaQUzaKQHBrBpddYK1ftXCV9OrEnBuPkzunU3aeVU" />
<style>
body { margin:0; overflow:hidden; background:#000814; font-family:Arial,sans-serif; color:white; }
header, h1, h3 { position:relative; z-index:10; text-align:center; }
img { position:absolute; top:0; right:0; width:100px; height:100px; z-index:10; }
.headerLinks { color:#00ff99; text-decoration:none; font-weight:bold; transition:0.25s; }
.headerLinks:hover { color:#ff00ff; text-shadow:0 0 10px #ff00ff; }
h1,h3 { text-shadow:0 0 10px #00ff99; }
</style>
</head>
<body>
<img src="assets/logo.png">
<header>
<nav>
<a class="headerLinks" href="https://www.scribd.com/document/1007623001/Zaki-A-Hashim-The-Ultimate-Hacker">Visit The Creator's Scribd Page!</a>
<h1>ScriptBox - The Home Of Internet Fun</h1>
</nav>
</header>
<h3>We make school better, and mainly anything better, lots of sound effects and bookmarklets and shortcuts. We aim to make life better!</h3>
<div style="text-align: center; position: relative; z-index: 10; margin-top: 20px;">
<a href="soundeffects.html"
style="background-color: red; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; display: inline-block; font-family: sans-serif;">
Browse Sound Effects
</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/three@0.157.0/build/three.min.js"></script>
<script src="styles/hacker_scene.js"></script>
<div id="g_id_onload"
data-client_id="484573911641-52hvb8cgj5o98d6k84v4k8e3l8q9d3g3.apps.googleusercontent.com"
data-callback="handleGoogleLogin">
</div>
<div class="g_id_signin"></div>
</body>
</html>