mitmproxy/doc-src/certinstall/index.py

9 lines
178 B
Python
Raw Normal View History

2011-03-15 22:09:10 +00:00
from countershape import Page
pages = [
Page("firefox.html", "Firefox"),
2011-03-17 20:04:49 +00:00
Page("osx.html", "OSX"),
2011-03-15 22:09:10 +00:00
Page("windows7.html", "Windows 7"),
Page("ios.html", "IOS"),
]