-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (35 loc) · 1.2 KB
/
index.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
<!DOCTYPE HTML>
<html lang = "ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
<title>Hello, World!!!</title>
<link rel="stylesheet" href="style.css">
<script src="./main.js"></script>
<script>
console.log("indexHelloMoment");
</script>
</head>
<body>
<!--<h1>ITCS</h1>
<h2>ITCS</h2>
<h3>ITCS</h3>-->
<div class="singfull">
<div class="sing">
<h1>애국가</h1><br>
<p>동해물과 백두산이 마르고 닳도록</p>
<p>하느님이 보우하사 우리나라 만세</p><br>
<p> 남산 위에 저 소나무 철갑을 두른듯</p>
<p>바람서리 불변함은 우리 기상일세</p><br>
<p>가을 하늘 공활한데 높고 구름 없이</p>
<p>밝은 달은 우리 가슴 일편단심일세</p><br>
<p>이 기상과 이 맘으로 충성을 다하여</p>
<p>괴로우나 즐거우나 나라 사랑하세</p><br>
<p>무궁화 삼천리 화려강산</p>
<p>대한사람 대한으로 길이 보전하세</p>
</div>
</div>
</body>
<script>
</script>
</html>