turfrun/templates/index.html
Ian Burgess 661d9f500e a
2025-04-08 22:25:58 -06:00

19 lines
222 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Turfrun</title>
</head>
<body>
<header>
<h1>Welcome to My Site</h1>
<nav>
</nav>
</header>
<main>
</main>
</body>
</html>