mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 03:37:17 +00:00
6 lines
105 B
Python
6 lines
105 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("osx.html", "OSX"),
|
|
Page("linux.html", "Linux"),
|
|
]
|