mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
7 lines
178 B
Python
7 lines
178 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("inlinescripts.html", "Inline Scripts"),
|
|
Page("libmproxy.html", "libmproxy"),
|
|
Page("addingviews.html","Adding Views")
|
|
]
|