mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
6 lines
133 B
Python
6 lines
133 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("inlinescripts.html", "Inline Scripts"),
|
|
Page("libmproxy.html", "libmproxy")
|
|
]
|