mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
11 lines
261 B
Python
11 lines
261 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("firefox.html", "Firefox"),
|
|
Page("chrome.html", "Chrome"),
|
|
Page("safari.html", "Safari"),
|
|
Page("ie.html", "Internet Explorer"),
|
|
Page("windows7.html", "Windows 7"),
|
|
Page("ios.html", "IOS"),
|
|
]
|