Setup Python project template.

This commit is contained in:
2022-01-25 14:36:18 +00:00
parent e7b7ee181b
commit 6329d05bfe
10 changed files with 74 additions and 0 deletions

1
example/About.page Normal file
View File

@@ -0,0 +1 @@
About page

9
example/Home.page Normal file
View 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
View File

@@ -0,0 +1,2 @@
Home;/
About;/about