website/index.html
2025-03-05 18:20:51 +01:00

13 lines
255 B
HTML

<!Doctype html>
<html>
<head>
<title>A Wahle of a greeting</title>
</head>
<body>
<h1>Hello World!</h1>
<a href="about.html">About this project </a>
<p>Call me Ishmael</p>
<img src="images/breaching_whale.jpg">
</body>
</html>