-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathchallenges.tmpl.html
26 lines (26 loc) · 1.62 KB
/
challenges.tmpl.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{ define "content"}}
<!--<img class="wave-bg-general" src="/assets/img/background.png">-->
<div class="container" id="challengespage">
<div class="row mb-botpage">
<div class="col-lg-4 col-md-0"></div>
<div class="col-lg-6 col-md-6" style="margin-left: 24%">
<h1 class="text-center mt-toppage mb-2"><span class="material-icons-outlined" style="font-size:xxx-large ">flag</span> Challenges</h1>
</div>
<div class="col-lg-2 mt-5 text-center " style="margin-left: 8%">
<div id="reset-frontend"></div>
<div id="reset-frontend-resp"></div>
</div>
<div class="col-12">
<div role="alert" class="alert alert-primary mt-5" style="text-align: center;">
<i class="fa fa-info-circle " aria-hidden="true"></i> <strong>Login credentials to the Virtual Environment (If required):</strong><br>
<strong>Username: haaukins</strong><br>
<strong>Password: haaukins</strong>
</div>
<div class="alert alert-warning mt-5 text-center" role="alert">
<b class="text-center"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Warning:</b><br>The virtual environment will go to <strong>sleep mode</strong> 8 hours after the last login.<br>
Just log out and log in again to avoid this, or to bring the lab up again in case you see no running hosts on the subnet. </div>
<div id="challenges"></div>
</div>
</div>
</div>
{{ end }}