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"),
|
2013-03-16 21:35:40 +00:00
|
|
|
Page("ios-simulator.html", "IOS Simulator"),
|
2012-03-22 01:57:57 +00:00
|
|
|
Page("android.html", "Android"),
|
2011-03-15 22:09:10 +00:00
|
|
|
]
|