mitmproxy/doc-src/certinstall/index.py

11 lines
261 B
Python
Raw Normal View History

2011-03-15 22:09:10 +00:00
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"),
]