diff options
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> |