My Eleventy Site
Hello World in HTML

Hello World in HTML

A simple HTML hello world example:

<!DOCTYPE html>
<html>
  <body>
    Hello, world!
  </body>
</html>