13 lines
255 B
HTML
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>
|