summaryrefslogtreecommitdiff
path: root/html/test_simple.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-11-27 17:42:38 +0100
committerxengineering <me@xengineering.eu>2021-11-27 17:42:38 +0100
commitbda3a75cfd92ddb83e9aea2ba33d56b625a4fddb (patch)
tree2e22efd21fa756347f7f7c607b73707ff03cd805 /html/test_simple.html
parentcc06d4c5e70909da7070e566d6c4737ad77362be (diff)
downloadlibweb-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.html4
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>