Files
SecGen/lib/templates/CTFd/index.html
2019-03-21 12:09:16 -05:00

18 lines
531 B
HTML

<div class="row">
<div class="col-md-6 offset-md-3">
<br>
<h1 class="text-center">Welcome to SecGenCTF</h1>
<br>
<br>
<h4 class="text-center">
You may review the <a href=\"challenges">challenges</a> and (if available) purchase hints.
</h4>
<h4 class="text-center">
Please use the <a href=\"submit">Flag Submission</a> page to submit your flags.
</h4>
<h4 class="text-center">
Good luck!
</h4>
</div>
</div>