blob: 2a9230b94be5fef88fc1b48dc550ff90222ed026 (
plain) (
blame)
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
|
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link
rel="stylesheet"
href="style.css"
type="text/css"
media="screen"
charset="utf-8"
/>
<title>LARS</title>
</head>
<body>
<div class="page">
<div class="center blink">
<p>Ludicrous Adventures of Ridiculous Shenanigans</p>
<p>#1 CTF team</p>
</div>
<small class="note">SCROLL</small>
</div>
<div class="page">
<ul class="center blink">
<li><a href="https://github.com/larsvommars">LARSVOMMARS</a></li>
<li><a href="https://github.com/marvinborner">MARWYNTHEMAGE</a></li>
<li>
<a href="https://github.com/AnyUnderstanding">ANYUNDERSTANDING</a>
</li>
<li><a href="https://github.com/maytastico">MAYTASTICO</a></li>
<li><a href="https://github.com/pherkel">PHERKEL</a></li>
<li><a href="https://github.com/r1vers0ng">LINEA</a></li>
</ul>
</div>
<div class="page colored">
<div class="center blink">
<h1>SOCIAL</h1>
<ul>
<li><a href="https://gpn21.ctf.kitctf.de/teams/194">KITCTF</a></li>
<li><a href="https://github.com/lars-ctf">GITHUB</a></li>
</ul>
</div>
</div>
<div id="bg" class="bg"></div>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="script.js"></script>
</body>
</html>
|