presentations/building-static-websites-sculpin/slides/code/index.html.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
136 B
Text
Raw Normal View History

2024-05-23 17:09:30 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Hello!</title>
</head>
<body>
<p>Hello, World!</p>
</body>
</html>