Create example_08.html

Signed-off-by: ka-weihe <k@weihe.dk>
This commit is contained in:
ka-weihe 2025-05-04 22:24:51 +02:00 committed by GitHub
parent cb949f4ca2
commit 0b0c6b985b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,9 @@
<html>
<body>
<a href="https://example.com">Example Website</a><br>
<a href="https://github.com"></a><br>
<a href="mailto:contact@example.com">Contact Us</a><br>
<a href="#top">Go to Top</a><br>
<a href="https://wikipedia.org">Wikipedia</a>
</body>
</html>