mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-03-29 22:40:46 +08:00
7 lines
134 B
Python
7 lines
134 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("inlinescripts.html", "Inline Scripts"),
|
|
Page("libmproxy.html", "libmproxy"),
|
|
]
|