mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
45ab22f0d9
Also includes some minor refactoring and documentation stubs.
10 lines
215 B
Python
10 lines
215 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("firefox.html", "Firefox"),
|
|
Page("osx.html", "OSX"),
|
|
Page("windows7.html", "Windows 7"),
|
|
Page("ios.html", "IOS"),
|
|
Page("android.html", "Android"),
|
|
]
|