website/index.html

11 lines
143 B
HTML
Raw Permalink Normal View History

2024-11-16 12:29:33 +01:00
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h1>hello, world</h1>
<p>Call me Ishmael.</p>
</body>
</html>