PappyProxy/pappyproxy/site/index.html
2016-03-08 15:50:48 -06:00

8 lines
203 B
HTML

{% extends "base.html" %}
{% block body %}
<ul>
<li><a href="/certs">Certs</a></li>
<li>View responses in browser from <a href="http://pappy/rsp">http://pappy/rsp/&lt;reqid&gt;</a>
</ul>
{% endblock %}