diff options
Diffstat (limited to 'cooler/index.html')
-rw-r--r-- | cooler/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/cooler/index.html b/cooler/index.html index bba72f5..9d856f7 100644 --- a/cooler/index.html +++ b/cooler/index.html @@ -47,6 +47,39 @@ </section> +<section> + <h1>Meet the best Players</h1> + <ul> + <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://codeberg.org/timber">TIMBER</a></li> + </ul> +</section> + +<section> + <h1>SOCIAL</h1> + <ul> + <li><a href="https://play.ctf.kitctf.de/teams/Ludicrous%20Avengers%20of%20Ridiculous%20Shenanigans">KITCTF</a> + </li> + <li><a href="https://github.com/lars-ctf">GITHUB</a></li> + </ul> +</section> +<section> + <h1>Achievements</h1> + <ul> + <li> + <a href="https://play.ctf.kitctf.de/teams/Ludicrous%20Avengers%20of%20Ridiculous%20Shenanigans">1(7)th place + at GPN22 CTF</a></li> + <li> + <a href="https://gpn21.ctf.kitctf.de/teams/194"> + (1 + 25)th place at GPN21 CTF + </a> + </li> + </ul> +</section> </body> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" |