melon/static/template/template.html

23 lines
762 B
HTML
Raw Permalink Normal View History

2022-08-17 15:09:35 +07:00
<!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>${GV_title}</title>
<script src="${GV_base_url}/lib/jquery/jquery-3.5.1.min.js"></script>
<link href="${GV_base_url}/lib/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css">
<script src="${GV_base_url}/lib/bootstrap/js/bootstrap.bundle.js"></script>
<link href="${GV_base_url}/css/style.css" rel="stylesheet" type="text/css">
</head>
<body class="d-flex flex-column" style="min-height:100vh;">
${topnav}
${container}
${footer}
</body>
</html>