-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquick_links.html
More file actions
59 lines (49 loc) · 1.49 KB
/
Copy pathquick_links.html
File metadata and controls
59 lines (49 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="main.css" type="text/css">
<script async src="background.js"></script>
<script async src="iframe.js"></script>
<head>
<title>Welcome to Google Ninja Warriors</title>
<link rel="icon" type="image/x-icon" href="https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_48dp.png">
<style>
.button-container {
display: center;
gap: 20px;
}
.button {
width: 200px;
height: 200px;
padding: 0;
border: none;
background-color: transparent;
cursor: pointer;
transition: background-color 0.3s;
}
.button img {
width: 100%;
height: 100%;
object-fit: cover;
}
.button:hover {
transform: scale(1.5);
border-color: #888;
}
</style>
</head>
<body>
<canvas id="canvas"></canvas>
<div class="overlay">
<h2>Welcome to Google Ninja Warriors</h2>
<div class="button-container">
<button class="button" onclick="openInIframe('https://myrokoji.github.io/redacted4.github.io/')"><img
src="thumbnail_1736968942307-removebg-preview.png"> </button>
<button class="button" onclick="window.location.href='prxies.html';">
<img src="thumbnail_1736968942283-removebg-preview.png">
</button>
<button class="button" onclick="openInIframe('https://myrokoji.github.io/wikipediaarchiver/archiver.html')"><img
src="thumbnail_1736968942295-removebg-preview.png"></button>
</div>
</div>
</body>
</html>