1
0
Files
sashinexists/src/templates/default.ori.html
2024-12-06 17:10:37 +11:00

13 lines
315 B
HTML

<html>
<head>
<link href="/styles/main.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
${ templates/partials/header.ori.html() }
<main class="page-content">
${ _ }
</main>
${ templates/partials/footer.ori.html() }
</body>
</html>