create-a-static-blog-with-nix/index.html
2025-06-22 20:50:32 +02:00

10 lines
145 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello, World!</h1>
<p>Eleventy rocks</p>
</body>
</html>