Untitled
3 years ago in HTML
<!DOCTYPE html>
<html>
<head>
<title>My Static Website</title>
</head>
<body>
<h1>My Static Website</h1>
<p>
Hello, I'm online, and everyone can see me!
</p>
</body>
</html>