From 0f5df7855516df49c17c7bc1436d37b714242062 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 28 Dec 2023 15:26:08 +0100 Subject: AAH --- index.html | 13 ++++++++++++- script.js | 0 style.css | 7 +++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 script.js create mode 100644 style.css diff --git a/index.html b/index.html index e06a3a9..a88dda2 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,20 @@ + LARS - Ludicrous Adventures of Ridiculous Shenanigans +
+

Ludicrous Adventures of Ridiculous Shenanigans

+

#1 CTF team

+
+ diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..60015e8 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +html, body { + background-color: #000; + color: #fff; + padding: 0; + margin: 0; + text-align: center; +} -- cgit v1.2.3