Update setup.html

Spellcheck is your friend
This commit is contained in:
Kevin Chung
2015-01-02 00:31:00 -05:00
parent 872e310380
commit 16a344cfab

View File

@@ -29,7 +29,7 @@
<textarea id="pages-editor" name="html"> <textarea id="pages-editor" name="html">
<div class="row"> <div class="row">
<img class="logo" src="/static/img/logo.png"> <img class="logo" src="/static/img/logo.png">
<h3 class="text-center">Welcome to a cool CTF framwork written by <a href="https://github.com/ColdHeat">Kevin Chung</a> of <a href="https://github.com/isislab">@isislab</a></h3> <h3 class="text-center">Welcome to a cool CTF framework written by <a href="https://github.com/ColdHeat">Kevin Chung</a> of <a href="https://github.com/isislab">@isislab</a></h3>
<h4 class="text-center"><a href="/admin">Click here</a> to login and setup your CTF</h4> <h4 class="text-center"><a href="/admin">Click here</a> to login and setup your CTF</h4>
</div> </div>
@@ -49,4 +49,4 @@
mode: "text/html" mode: "text/html"
}); });
</script> </script>
{% endblock %} {% endblock %}