-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.html
More file actions
29 lines (29 loc) · 796 Bytes
/
list.html
File metadata and controls
29 lines (29 loc) · 796 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">
<title>데모2</title>
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width, height=device-height">
<link rel="stylesheet" type="text/css" href="./list.css">
</head>
<body>
<header>
<h1>잔디밭</h1>
</header>
<article>
<div class="list">
테스트 목록
<hr>
<ul>
<li>색채 심리 테스트</li>
<li>대인관계 심리 테스트</li>
<li>권찬미양 하나머할까요</li>
</ul>
</div>
</article>
<footer>
<div class="advertisement">
</div>
</footer>
</body>
</html>