This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
92 lines (83 loc) · 2.52 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
<!DOCTYPE html>
<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://lukasexists.github.io/img/icon192.png">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style>
.main {
margin-left: 160px;
font-size: 18px;
padding: 0px 10px;
}
body {
font-family: "Monaco", "Roboto", monospace;
color: #ffffff;
font-size: 18px;
}
.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 1px 8px 1px 16px;
text-decoration: none;
font-size: 18px;
}
.sidenav a:hover {
color: #00aaff;
}
.main {
margin-left: 160px;
padding: 0px 10px;
}
.grid-container {
display: grid;
grid-template-columns: 210px 210px 210px 210px;
padding: 10px;
}
.grid-item {
border: 1px solid rgba(0, 0, 0, 0.8);1
}
a:link {
color: #ff0000;
background-color: transparent;
}
a:visited {
color: #ff0000;
background-color: transparent;
text-decoration: underline;
}
a:hover {
color: #ff0000;
background-color: transparent;
text-decoration: underline overline dotted red;
}
a:active {
color: #990000;
background-color: transparent;
text-decoration: underline;
}
</style>
<title>LukasExists</title>
</head>
<body style="background-color:#222;">
<div class="sidenav">
e
</div>
<div class="main">
<h1>Kirka Bypass</h1>
Welcome to krkabpass001, where you can bypass filters to play Kirka! We also have other games, if you feel like it.<br>
To search for games, presss CTRL + F and type what you want to play in the box that appears.<br>
Here are the games we have:<br><br>
<a href="https://krkabpass001.github.io/kirka.html">Kirka.io</a><br>
<a href="https://krkabpass001.github.io/retrobowl.html">Retro Bowl</a><br>
<a href="https://krkabpass001.github.io/yohoho.html">Yohoho.io</a><br>
<a href="https://krkabpass001.github.io/ibreakout.html">Idle Breakout</a><br>
</div>
</body></html>