From 086635b9a4085c5ca097943e29ed740448b8fb78 Mon Sep 17 00:00:00 2001 From: maride Date: Tue, 14 Aug 2018 23:26:54 +0200 Subject: Bootstrap & Handlebars magic for a 21st-century-worthy UI --- hosted/challenges.html | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++ hosted/index.html | 29 +++++++++++++++++++- hosted/login.html | 42 +++++++++++++++++++++++++---- 3 files changed, 138 insertions(+), 6 deletions(-) create mode 100644 hosted/challenges.html (limited to 'hosted') diff --git a/hosted/challenges.html b/hosted/challenges.html new file mode 100644 index 0000000..067a110 --- /dev/null +++ b/hosted/challenges.html @@ -0,0 +1,73 @@ + + + + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/hosted/index.html b/hosted/index.html index 0b2af7c..57320ac 100644 --- a/hosted/index.html +++ b/hosted/index.html @@ -2,8 +2,35 @@ + - Welcome to your companion. + +
+
+

Hello, {{username}}.

+

I'm your companion.

+

I was spawned just for you. Here, you can start, stop and reset challenges, as well as enter found flags.

+

Please note that I'm not in scope. Please don't hack me. However, if you accidentally find bugs in my code, ... report them!

+
+
\ No newline at end of file diff --git a/hosted/login.html b/hosted/login.html index 468b064..259278d 100644 --- a/hosted/login.html +++ b/hosted/login.html @@ -2,12 +2,44 @@ + + -
- - - -
+
+
+
+
+
+
+

+ Companion +

+ +
+
+ + +
+
+ + +
+ +
+
+
+
+
+
+
\ No newline at end of file -- cgit 1.4.1