aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/index.py
blob: 8ba3b7dfeb97a23a50aaea8244d82824ac7b2aa4 (plain)
1
2
3
4
5
6
7
8
9
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"),
]