5 lines
148 B
HTML
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>
|