mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-14 12:10:49 +08:00
8 lines
178 B
Python
8 lines
178 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("inlinescripts.html", "Inline Scripts"),
|
|
Page("libmproxy.html", "libmproxy"),
|
|
Page("addingviews.html","Adding Views")
|
|
]
|