12 lines
206 B
HTML
12 lines
206 B
HTML
<!Doctype html>
|
|
<html>
|
|
<head>
|
|
<title>A Wahle of a greeting</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello World!</h1>
|
|
<p>Call me Ishmael</p>
|
|
<img src="images/breaching_whale.jpg">
|
|
</body>
|
|
</html>
|