presentations/building-static-websites-sculpin/slides/code/index.html.txt
2025-10-02 08:38:57 +01:00

9 lines
136 B
Text

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