mitmproxy/libpathod/templates/index.html
2012-04-28 12:42:03 +12:00

13 lines
257 B
HTML

{% extends frame.html %}
{% block body %}
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<form>
<input>
<a type="submit" class="btn">explain</a>
</form>
</div>
{% end %}