2011-03-15 22:09:10 +00:00
|
|
|
from countershape import Page
|
|
|
|
|
|
|
|
pages = [
|
|
|
|
Page("firefox.html", "Firefox"),
|
|
|
|
Page("safari.html", "Safari"),
|
|
|
|
Page("ie.html", "Internet Explorer"),
|
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"),
|
|
|
|
]
|