diff options
author | xengineering <me@xengineering.eu> | 2021-11-27 17:42:38 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-11-27 17:42:38 +0100 |
commit | bda3a75cfd92ddb83e9aea2ba33d56b625a4fddb (patch) | |
tree | 2e22efd21fa756347f7f7c607b73707ff03cd805 /html/test_simple.html | |
parent | cc06d4c5e70909da7070e566d6c4737ad77362be (diff) | |
download | libweb-bda3a75cfd92ddb83e9aea2ba33d56b625a4fddb.tar libweb-bda3a75cfd92ddb83e9aea2ba33d56b625a4fddb.tar.zst libweb-bda3a75cfd92ddb83e9aea2ba33d56b625a4fddb.zip |
Re-implement Navigation Section
Diffstat (limited to 'html/test_simple.html')
-rw-r--r-- | html/test_simple.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html/test_simple.html b/html/test_simple.html index f771b29..3791429 100644 --- a/html/test_simple.html +++ b/html/test_simple.html @@ -37,6 +37,8 @@ contact via mail: me@xengineering.eu <body> + <main> + <!-- h1 h2 h3 h4 h5 h6 --> <h1>A simple Test Page</h1> <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam @@ -165,6 +167,8 @@ echo "I am $(whoami)" <footer></footer> <script src="../js/xengineering.js"></script> + + </main> </body> |