-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 1.06 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>
<title>My Drive - Google Drive</title>
<link rel="icon" href="https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_32dp.png"/>
<link rel="stylesheet" href="/assets/navbar.css"/>
</head>
<body>
<!--Navbar (plz update CSS)-->
<div class="navbar">
<span class="navbar-item" onclick="window.location = '/';">Home</span>
<span class="navbar-item" onclick="window.location = '/codelet/';">Bookmarklets</span>
<span class="navbar-item" onclick="window.location = '/prox/';">Proxies</span>
<span class="navbar-item" onclick="window.location = 'https:/' + '/play.cluster.ws/';">Games</span>
<span class="navbar-item" onclick="window.location = '/about/';">About & Credits</span>
</div>
<script src="/assets/update.js"></script>
<h1>Discover the Latest Tech Tips and Hacks!</h1>
<a href="/codelet/"><button>Bookmarklets</button></a>
<a href="/prox/"><button>Proxies</button></a>
</body>
</html>