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
/
kirka.html
88 lines (79 loc) · 2.28 KB
/
kirka.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
<!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">
<a href="http://krkabpass001.github.io/index.html">Site Home</a> <br>
</div>
<div class="main">
<h1>Kirka.io</h1>
Kirka is a multiplayer online slow-paced competitive FPS in the browser. Level-up, win skins & rewards, join a clan and fight into the clan war. <br>
This is what this whole website was originally made for. <br><br>
<iframe src="https://kirka.io/" width="100%" height="750px"></iframe>
</div>
</body></html>