easyctf-2017/web/pages/problems.html
2016-01-02 00:51:17 -06:00

60 lines
2.4 KiB
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 class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Silly Caesar | Cryptography<span class="pointvalue">20 points</span></h3>
</div>
<div class="panel-body">
<p>Do we even need this problem, just take the flag.
<code>EasyCTF{no}</code>
</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="EasyCTF{...}">
<span class="input-group-btn">
<button class="btn btn-success" id="hint" type="button">Hint</button>
<button class="btn btn-success" type="button">Check</button>
</span>
</div>
</div>
<div class="panel-footer">
<a href="/files/example.txt" class="filelink" target="_blank">
<h4 class="probfile">Example.txt</h4>
</a>
<a href="/files/example2.txt" class="filelink" target="_blank">
<h4 class="probfile">Example2.txt</h4>
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Difficult Binary | Cryptography<span class="pointvalue">40 points</span></h3>
</div>
<div class="panel-body">
<p>This is a very very hard problem. Here it is:
<code>EasyCTF{yes}</code>
</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="EasyCTF{...}">
<span class="input-group-btn">
<button class="btn btn-success" id="hint" type="button">Hint</button>
<button class="btn btn-success" type="button">Check</button>
</span>
</div>
</div>
<div class="panel-footer">
<a href="/files/example.txt" class="filelink" target="_blank">
<h4 class="probfile">Binary.txt</h4>
</a>
<a href="/files/example2.txt" class="filelink" target="_blank">
<h4 class="probfile">Binary2.txt</h4>
</a>
</div>
</div>
</div>