19 lines
348 B
HTML
19 lines
348 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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>
|