2014-01-27 01:16:23 +00:00
|
|
|
from countershape import Page
|
|
|
|
|
|
|
|
pages = [
|
2014-01-28 00:24:11 +00:00
|
|
|
Page("webapp.html", "Using the Web App"),
|
2014-01-27 01:16:23 +00:00
|
|
|
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"),
|
2014-01-27 01:45:20 +00:00
|
|
|
Page("java.html", "Java"),
|
2014-09-07 11:44:32 +00:00
|
|
|
Page("mitm.it-error.html", "Error: No proxy configured"),
|
2014-01-27 01:16:23 +00:00
|
|
|
]
|