mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
13 lines
257 B
HTML
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 %}
|