Files
website/index.html
T
2025-03-04 17:52:02 +01:00

11 lines
163 B
HTML

<!Doctype html>
<html>
<head>
<title>A Wahle of a greeting</title>
</head>
<body>
<h1>Hello World!</h1>
<p>Call me Ishmael</p>
</body>
</html>