mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-24 00:31:33 +00:00
11 lines
126 B
HTML
11 lines
126 B
HTML
{% extends frame.html %}
|
|
{% block body %}
|
|
<h2> Log entry {{ lid }} </h2>
|
|
<hr>
|
|
<pre>
|
|
{{ alog }}
|
|
</pre>
|
|
|
|
{% end %}
|
|
|