-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomment.html
64 lines (61 loc) ยท 1.83 KB
/
comment.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/index.css">
<title>์ค๋์ ์ฌ์ ์ฒดํฌํ๊ธฐ | ๊ฐ๋ฐ์์๊ฒ ์๊ฒฌ ๋ณด๋ด๊ธฐ</title>
</head>
<body>
<!-- ์ฌ์ด๋ ์น์
-->
<section class="sec-side">
<h2 class="a11y-hidden">ํ์ด์ง ์๊ฐ</h2>
<p class="f-2xl">
์ค๋ ์ค์ฟจ์ ์ด๋ ๋์?<br>
๋๋ฅผ ๋๋์๋ณด๊ณ ์ถ๋ค๋ฉด,<br>
๋์ ์ฌ์๋ฅผ ์ฒดํฌํด๋ณด์ธ์โ๏ธ
</p>
<p class="f-xl">๋งค ๊ต์ ์ง์ค๋๋ฅผ ์ฒดํฌํ๋ฉฐ ํ๋ฃจ๋ฅผ ํ๊ณ ํด์</p>
</section>
<!-- ๋ฉ์ธ ํ๋ฉด -->
<main>
<header>
<h1>
<a href="index.html">
<img src="./images/logo.svg" alt="์ค๋์ ์ฌ์ ๋ก๊ณ ">
</a>
</h1>
<nav class="header-nav">
<button type="button" class="btn-more" aria-label="์ต์
๋๋ณด๊ธฐ">
<img src="./images/icon-more.svg" alt="๋๋ณด๊ธฐ ์์ด์ฝ">
</button>
<ul class="menu">
<li>
<a href="https://github.com/mihyunLee/how-is-my-lion-today" target="_blank" rel="noopener noreferrer">
Github ๋ฐ๋ก๊ฐ๊ธฐ
</a>
</li>
</ul>
</nav>
</header>
<section class="flex sec-main contents-container">
<img src="./images/์ด์ ์ ์ธ.png" alt="์ค๋น์ค ์ด๋ฏธ์ง">
<p class="flex">
์ปจํ
์ธ ์ค๋น์ค์
๋๋ค. <br>
์กฐ๊ธ๋ง ๊ธฐ๋ค๋ ค์ฃผ์ธ์!
</p>
</section>
<!-- ์ ์๊ถ ํ์ -->
<footer class="flex f-sm">
<p>Copyright 2023. Nor All rights reserved.</p>
</footer>
</main>
<!-- JavaScript -->
<script src="./js/index.js"></script>
<script src="./js/menuBar.js"></script>
</body>
</html>