7 lines
133 B
Python
7 lines
133 B
Python
|
from countershape import Page
|
||
|
|
||
|
pages = [
|
||
|
Page("inlinescripts.html", "Inline Scripts"),
|
||
|
Page("libmproxy.html", "libmproxy")
|
||
|
]
|