diff options
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -37,13 +37,6 @@ contact via mail: me@xengineering.eu <body> - <nav> - <button id="menu-button" onclick=toggleMenu()>MENU</button> - <a class="menu-anchor" href="https://xengineering.eu">xengineering.eu</a> - <a class="menu-anchor" href="https://xengineering.eu">xengineering.eu</a> - <a class="menu-anchor" href="https://xengineering.eu">xengineering.eu</a> - </nav> - <main> <!-- h1 h2 h3 h4 h5 h6 --> @@ -90,6 +83,9 @@ contact via mail: me@xengineering.eu <!-- a --> <a href="https://example.com">Example Link</a> + <!-- button --> + <button>button</button> + <!-- img --> <img src="./demo.png" alt="An example image"> <img src="null.jpg" alt="Not existing image"> @@ -168,8 +164,6 @@ echo "I am $(whoami)" </main> - <script src="./libweb.js"></script> - </body> </html> |