mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-27 08:52:34 +08:00
7 lines
105 B
Python
7 lines
105 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("osx.html", "OSX"),
|
|
Page("linux.html", "Linux"),
|
|
]
|