easyctf-2017/web/pages/problems.html

35 lines
1.2 KiB
HTML
Raw Normal View History

<!--
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)
-->
2016-01-02 05:51:56 +00:00
<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</h3>
</div>
<div class="panel-body">
2016-01-02 05:51:56 +00:00
<p>Do we even need this problem, just take the flag.
<code>easyctf{no}</code>
2016-01-02 05:51:56 +00:00
</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="easyctf{...}">
<span class="input-group-btn">
2016-01-02 05:51:56 +00:00
<button class="btn btn-success" type="button">Check</button>
</span>
</div>
</div>
<div class="panel-footer">
2016-01-02 05:51:56 +00:00
<h4>Files</h4>
<a href="/files/example.txt" target="_blank">
<h4>Example.txt</h4>
</a>
<a href="/files/example2.txt" target="_blank">
<h4>Example2.txt</h4>
</a>
</div>
</div>
2016-01-02 05:51:56 +00:00
</div>