CostaCoffe/templates/plain/html/index.html
2024-11-15 15:06:16 +07:00

30 lines
556 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>${title}</title>
<link rel="stylesheet" href="/templates/plain/css/style.css">
<!-- <link rel="stylesheet" href="/css/index.sass"> -->
<script src="/js/feather.min.js"></script>
</head>
<body>
${navbar}
<header>
<h1>${header}</h1>
</header>
<main>
${container}
</main>
${footer}
</body>
</html>
<script>
feather.replace();
</script>