imboard
Version:
Most convenient platform for webpage development.
26 lines (21 loc) • 1.1 kB
HTML
<html lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=EDGE"/>
<title></title>
<link rel="stylesheet" type="text/css" href="/content/common/core/lib/bootstrap/css/bootstrap-theme.min.css" />
<link rel="stylesheet" type="text/css" href="/content/common/core/lib/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="#{path.module}/imboard/css/imboard-ui.css" />
<link rel="stylesheet" type="text/css" href="/content/common/core/css/common.css" />
<script src="#{path.lib}/jquery/jquery-1.10.2.js"></script>
<script src="/content/common/core/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="#{path.lib}/handlebars/handlebars-v1.3.0.js"></script>
<script src="#{path.module}/imboard/js/imboard-api.js"></script>
<script src="#{path.module}/imboard/js/imboard-ui.js"></script>
<script src="#{path.module}/imboard/js/handlebars-helper.js"></script>
</head>
<body>
<h1 style="text-align: center;">404 - 프레임을 찾을 수 없습니다.</h1>
</body>
</html>