mitmproxy/libpathod/templates/index.html

13 lines
257 B
HTML
Raw Normal View History

2012-04-28 00:42:03 +00:00
{% 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 %}