Skip to content

Hello World

hello, world, html1 min read

Hello World.

1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Hello World</title>
6 </head>
7 <body>
8 <h1>Hello World</h1>
9 <p>
10 Jeremiah was here.
11 </p>
12 </body>
13</html>