Add: beta_service notice html
Fix: home contents
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<title>베타 서비스 알림 | 초코마에</title>
|
||||
<meta name="description" CONTENT="베타 서비스 알림 | 초코마에 ‧ 서비스 | ChocoMae">
|
||||
|
||||
<link rel="icon" href="/mouse_typing/resources/image/icon/favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="/mouse_typing/resources/image/icon/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_beta_service.html");
|
||||
$("#footer").load("./../module/footer.html");
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body style="background-color: white">
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
</header>
|
||||
|
||||
<section id="section">
|
||||
</section>
|
||||
|
||||
<footer id="footer">
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user