mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-09 22:42:09 +08:00
7 lines
137 B
Python
7 lines
137 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("testing.html", "Testing"),
|
|
# Page("addingviews.html", "Writing Content Views"),
|
|
]
|