diff options
Diffstat (limited to 'cool/index.html')
-rw-r--r-- | cool/index.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cool/index.html b/cool/index.html new file mode 100644 index 0000000..2a9230b --- /dev/null +++ b/cool/index.html @@ -0,0 +1,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> |