mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
8 lines
241 B
Python
8 lines
241 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("testing.html", "Testing"),
|
|
Page("architecture.html", "Architecture"),
|
|
Page("sslkeylogfile.html", "TLS Master Secrets"),
|
|
# Page("addingviews.html", "Writing Content Views"),
|
|
]
|