CostaCoffe/templates/plain/html/index.html
2024-11-15 17:22:44 +07:00

27 lines
503 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/home.css">
<script src="/js/feather.min.js"></script>
</head>
<body>
${navbar}
<main>
${container}
</main>
${footer}
</body>
</html>
<script>
feather.replace();
</script>