easyctf-2017/web/pages/problems.html
2015-12-26 13:06:17 -05:00

18 lines
609 B
HTML

<center>
<h1>Problems</h1>
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Silly Caesar | Cryptography</h3>
</div>
<div class="panel-body">
<h3>Do we even need this problem, just take the flag. <code>easyctf{no}</code></h3>
<div class="input-group" style="margin-left:10em;margin-right:10em;">
<input type="text" class="form-control" placeholder="EasyCTF{...}">
<span class="input-group-btn">
<button class="btn btn-success" type="button">Check!</button>
</span>
</div>
</div>
</div>
</center>