-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompletestoryboard.html
More file actions
30 lines (28 loc) · 1.13 KB
/
completestoryboard.html
File metadata and controls
30 lines (28 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<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="container">
<div class="container">
<div>
<a href="index.html"><h2> 프리 프로덕션 <br>워크북 </h2></a><br>
<p><a href="scenario.html">1. 시나리오 쓰기</a><br></p>
<p><a href="makestaff.html">2. 스태프 구성하기</a><br></p>
<p><a href="castingactor.html">3. 배우 캐스팅하기</a><br></p>
<p><a href="completestoryboard.html">4. 스토리보드 완성하기</a><br></p>
<p><a href="rehearsal.html">5. 리허설</a><br></p>
<p><a href="preparingshooting.html">6. 촬영 준비하기</a><br></p>
</div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</body>
</html>