-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (41 loc) · 1.67 KB
/
index.html
File metadata and controls
52 lines (41 loc) · 1.67 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="mystyle.css" type="text/css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="headernav">
<div ><a></a></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="headernav">
<div class="item"> <a href="scenario.html">1. 시나리오 쓰기</a> </div>
<div class="item"> <a href="makestaff.html">2. 스태프 구성하기</a> </div>
<div class="item"> <a href="castingactor.html">3. 배우 캐스팅하기</a> </div>
<div class="item"> <a href="completestoryboard.html">4. 스토리보드 완성하기</a> </div>
<div class="item"> <a href="rehearsal.html">5. 리허설</a> </div>
<div class="item"> <a href="preparingshooting.html">6. 촬영 준비하기</a> </div>
</div>
<div class="container2">
<div class="item1"></div>
<div class="item1">
<img src="/pictures/set1.jpg">
<h1 class="headtext">프리 <br> 프로덕션 <br> 워크북</h1>
</div>
<div class="item1"></div>
<footer class="container3">
제작:2018286036 이대영
</footer>
</body>
</html>