-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome.html
More file actions
29 lines (29 loc) · 844 Bytes
/
home.html
File metadata and controls
29 lines (29 loc) · 844 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
29
<!DOCTYPE html>
<html lang="ko">
<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="/home-style.css">
<title>Document</title>
</head>
<body>
<div class="wrapper">
<div class="wrapper-header">
<div class="contents-title">
<div class="title">Updated News</div>
<div class="subtitle">TODAY STORY</div>
</div>
<div class="divideLine"></div>
<div class="contents-body">오늘의 기분 너무 좋음</div>
</div>
<div class="wrapper-body">
<div class="contents-title">
<div class="title">My Video</div>
<div class="subtitle">INTRODUCE YOURSELF</div>
</div>
<div class="video"></div>
</div>
</div>
</body>
</html>