aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/index.py
blob: 3f145fbc626c7e7ac2aec87ea04e1fdc1d763d0f (plain)
1
2
3
4
5
6
7
8
9
10
from countershape import Page

pages = [
    Page("firefox.html", "Firefox"),
    Page("osx.html", "OSX"),
    Page("windows7.html", "Windows 7"),
    Page("ios.html", "IOS"),
    Page("ios-simulator.html", "IOS Simulator"),
    Page("android.html", "Android"),
]