diff options
author | maride <maride@darknebu.la> | 2018-08-23 11:46:23 +0200 |
---|---|---|
committer | maride <maride@darknebu.la> | 2018-08-23 11:46:23 +0200 |
commit | 8b65f91699cd474563c0abacc726a3d47961a78f (patch) | |
tree | 5d811fe2e5b0ddc7ecafdb9c1ee0343d91fa768e /hosted/challenges.html | |
parent | 82c922d557f6628043ab771cdf10e4da9546347d (diff) |
Add VPN container and access
Diffstat (limited to 'hosted/challenges.html')
-rw-r--r-- | hosted/challenges.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosted/challenges.html b/hosted/challenges.html index e42d7f0..165b9a9 100644 --- a/hosted/challenges.html +++ b/hosted/challenges.html @@ -79,6 +79,9 @@ <li class="nav-item"> <a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a> </li> + <li class="nav-item"> + <a class="nav-link" href="/access">Access</a> + </li> <li class="nav-item active"> <a class="nav-link" href="/challenges">Challenges</a> </li> |