2015-12-27 21:54:50 +00:00
|
|
|
|
|
|
|
<!--
|
|
|
|
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)
|
|
|
|
-->
|
|
|
|
|
2015-12-27 04:50:52 +00:00
|
|
|
<center class="fade_in">
|
2015-12-26 18:06:17 +00:00
|
|
|
<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>
|
2015-12-27 21:54:50 +00:00
|
|
|
<div class="panel-footer">
|
|
|
|
<h4>These are important files!</h4>
|
|
|
|
<hr>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<a href="/files/example.txt" target="_blank"><h4>Example.txt</h4></a>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<a href="/files/example.txt" target="_blank"><h4>Example2.txt</h4></a>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<a href="/files/example.txt" target="_blank"><h4>Example3.txt</h4></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-26 18:06:17 +00:00
|
|
|
</div>
|
|
|
|
</center>
|