18 lines
523 B
HTML
18 lines
523 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> |