forked from sashin/sashinexists
start work on new website
This commit is contained in:
13
src/templates/default.ori.html
Normal file
13
src/templates/default.ori.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user