mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-03-29 15:48:40 +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"),
|
|
]
|