website/static/index.html
2026-04-23 14:45:56 -04:00

5 lines
148 B
HTML

<title>my website</title>
<link rel="stylesheet" href="/static/main.css">
<body>
<p>This is the personal website of Spencer Whitehead.</p>
</body>