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