Files
hello-world-pbm7dc/index.html
2026-02-14 20:25:12 +00:00

18 lines
540 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World - Todd Low Media</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Hello, World!</h1>
<p>Welcome to the Todd Low Media Hello World project.</p>
<div class="fun-fact">
<p>🚀 This page was created on: Saturday, February 14th, 2026</p>
</div>
</div>
</body>
</html>