easyctf-2017/web/pages/problems.html

12 lines
313 B
HTML

<!--
Adding files:
1) put file in /files
2) create an "<a href="/files/example.txt" target="_blank"><h4>Example File</h4></a>"
3) remove these instructions (:P)
-->
<div class="fade_in">
<h1 class="heading1 text-center">Problems</h1>
<div id="problems"></div>
</div>
<script src="js/problems.js">