10 lines
135 B
HTML
Raw Normal View History

2023-03-12 21:23:22 +10:00
<html>
<head>
<title>Hello World</title>
</head>
<body><h1 id="hello-world">Hello World</h1>
<p>Hello World!</p>
</body>
</html>