14 lines
284 B
HTML
14 lines
284 B
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="http://127.0.0.1:1313/the-monospace-web/index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
{{ partialCached "header.html" . }}
|
|
<main>Look I know it's a kinda shit homepage, I'm working on it.</main>
|
|
|
|
{{ partialCached "footer.html" . }}
|
|
</body>
|
|
|
|
</html>
|