mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
11 lines
133 B
HTML
11 lines
133 B
HTML
{% extends "frame.html" %}
|
|
{% block body %}
|
|
<h2> Log entry {{ lid }} </h2>
|
|
<hr>
|
|
<pre>
|
|
{{ alog }}
|
|
</pre>
|
|
|
|
{% endblock %}
|
|
|