Static HTML

Hello World ;-)

A tiny "Hello World ;-)" example page generated for you. Use it as a starting point for learning or testing.


<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Hello World ;-) </title>
  </head>
  <body>
    <h1>Hello World ;-)</h1>
    <p>Hello from the generated page!</p>
  </body>
</html>