about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaride <maride@darknebu.la>2018-08-21 11:03:01 +0200
committermaride <maride@darknebu.la>2018-08-21 11:03:01 +0200
commit30f637177f06ac15cdd2cd694e874c970f92bd15 (patch)
treef65b3c78bb6cdcd6bcad32835b074d02477971d9
parent086635b9a4085c5ca097943e29ed740448b8fb78 (diff)
Minor UI changes
-rw-r--r--hosted/challenges.html5
-rw-r--r--hosted/index.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/hosted/challenges.html b/hosted/challenges.html
index 067a110..65d6bb3 100644
--- a/hosted/challenges.html
+++ b/hosted/challenges.html
@@ -8,6 +8,9 @@
     </head>
     <script id="body-template" type="text/x-handlebars-template">
         <div class="container">
+            <div class="alert alert-secondary" role="alert">
+                <strong>Please note:</strong> All flags are case-sensitive and look like <samp>CIRCUS{IS_REALLY_C00L}</samp>.
+            </div>
             {{#each challenges}}
                 <div class="card {{#if foundFlag}}border-success{{/if}}" style="margin-bottom: 20px">
                     <div class="card-header">
@@ -25,7 +28,7 @@
                         {{else}}
                             <form class="input-group mb-3" method="POST" action="/api/submitFlag">
                                 <input type="hidden" name="challengeName" value="{{ name }}">
-                                <input type="text" class="form-control" placeholder="Case-sensitive flag, like: CIRCUS{this-is-an-3x4mpl3!}" aria-label="Flag" aria-describedby="button-submit" name="flag">
+                                <input type="text" class="form-control" aria-label="Flag" aria-describedby="button-submit" name="flag">
                                 <div class="input-group-append">
                                     <button class="btn btn-outline-primary" type="submit" id="button-submit">Submit flag</button>
                                 </div>
diff --git a/hosted/index.html b/hosted/index.html
index 57320ac..66103f6 100644
--- a/hosted/index.html
+++ b/hosted/index.html
@@ -30,6 +30,8 @@
                 <h3>I'm your companion.</h3>
                 <p>I was spawned just for you. Here, you can start, stop and reset challenges, as well as enter found flags.</p>
                 <p>Please note that I'm not in scope. Please don't hack me. However, if you accidentally find bugs in my code, ... report them!</p>
+                <hr>
+                <a class="btn btn-primary btn-lg" href="/challenges" role="button">Start with Challenges!</a>
             </div>
         </main>
     </body>