mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-08 17:29:52 +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"),
|
|
]
|