pdx-peculiarties/index.html
david 00b069eeb0
Some checks are pending
PDX Pecularities Server / deploy (push) Waiting to run
html outline
2025-04-07 18:19:38 -07:00

16 lines
300 B
HTML

<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<title>PDX Pecularities</title>
</head>
<body>
<main>
<h1>PDX Pecularities</h1>
</body>
</html>