-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
28 lines (28 loc) · 935 Bytes
/
Copy pathfaq.html
File metadata and controls
28 lines (28 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ESC | FAQ</title>
<script src="js/include.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/faq.css">
</head>
<body>
<header data-include-path="html/header.html" role="banner"></header>
<div id="menu-bar" data-include-path="html/nav.html"></div>
<main>
<aside data-include-path="html/nav.html"></aside>
<article>
<h1 class="title-text">자주 묻는 질문(FAQ)</h1>
<hr>
<section>
<p class="text">없음</p>
</section>
</article>
</main>
<footer data-include-path="html/footer.html" role="contentinfo"></footer>
<script src="js/menu.js"></script>
</body>
</html>