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