Setup Python project template.
This commit is contained in:
1
example/About.page
Normal file
1
example/About.page
Normal file
@@ -0,0 +1 @@
|
||||
About page
|
||||
9
example/Home.page
Normal file
9
example/Home.page
Normal file
@@ -0,0 +1,9 @@
|
||||
# Welcome!
|
||||
This is the homepage of our website.
|
||||
>
|
||||
<b>HTML Hello</b>
|
||||
Another markdown line
|
||||
<a href=/test>**Another markdown line 2**</a>
|
||||
>
|
||||
<p><i>**HTML Italics test 1**
|
||||
<p><i>[Test link](/about)
|
||||
2
example/navbar
Normal file
2
example/navbar
Normal file
@@ -0,0 +1,2 @@
|
||||
Home;/
|
||||
About;/about
|
||||
Reference in New Issue
Block a user