-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Blocked</title>
<link rel="stylesheet" type="text/css" href="https://insert-text-here.github.io/files/gradient.css">
<script src="https://insert-text-here.github.io/files/gradient.js" defer></script>
</head>
<body>
<a id="hidden-btn" href="https://insert-text-here.github.io/new/ezpz.html" target="_blank"></a>
<header>
<h1 id="header-text">Insert-Text-Here.Github.io-Cool stuff</h1>
</header>
<main>
<button onclick="window.location.href='https://insert-text-here.github.io/new/chooser/screwup.html'">Screw with your computer stuff</button>
<button onclick="window.location.href='https://insert-text-here.github.io/old/new.html'">The thing, but about blank</button>
<button onclick="window.location.href='https://insert-text-here.github.io/new/chooser/admin.html'" style="background-color: pink; color: white;">admin js or css updater</button>
</main>
<div id="clickable-text" onclick="changeText()" style="margin-top: 200px;">
so uh how do I code
</div>
</body>
</html>