mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
7 lines
185 B
Python
7 lines
185 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("testing.html", "Testing"),
|
|
Page("architecture.html", "Architecture"),
|
|
# Page("addingviews.html", "Writing Content Views"),
|
|
]
|