50 lines
1.2 KiB
HTML
50 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
<meta charset="UTF-8">
|
|
<title>FAQ, 초코마에</title>
|
|
<meta name="description" CONTENT="FAQ 자주 묻는 질문, 초코마에 chcomae">
|
|
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
|
|
<link href="../../../resources/font/open-iconic-master/font/css/open-iconic-bootstrap.css" rel="stylesheet">
|
|
<link href="../../../resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<script type="text/javascript" src="./../../../resources/jquery/jquery-3.3.1.min.js"></script>
|
|
<script type="text/javascript" src="./../js/main.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
if(maestroID === -1)
|
|
$("#header").load("./../module/header.html");
|
|
else
|
|
$("#header").load("./../module/maestro_header.html");
|
|
$("#section").load("./../module/home_section_faq.html");
|
|
$("#footer").load("./../module/footer.html");
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
|
|
|
|
<body bgcolor="white">
|
|
|
|
<div id="wrapper">
|
|
|
|
<header id="header">
|
|
</header>
|
|
|
|
<section id="section">
|
|
</section>
|
|
|
|
<footer id="footer">
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
</html> |