-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.html
52 lines (44 loc) · 2.19 KB
/
local.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
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="UTF-8">
<title>PDFast Local</title>
</head>
<link rel="shortcut icon" href="./static/img/favicon.ico" type="image/x-icon" />
<link type="text/css" href="./static/pdfjs/build/text_layer_builder.css" rel="stylesheet" />
<link type="text/css" href="./static/css/modal.css?ver1.0.1" rel="stylesheet">
<link type="text/css" href="./static/css/inputfile.css" rel="stylesheet" />
<link type="text/css" href="./static/css/custom.css" rel="stylesheet" />
<link type="text/css" href="./static/css/normal.css" rel="stylesheet" />
<link type="text/css" href="./static/css/web.css?ver1.0.4" rel="stylesheet"/ <body id="total">
<div id="divBackground">
<div id="popup_youtube"><span>PDFasT 사용법 영상</span><span>▶</span></div>
<div id="myModal" class="content">
<div class="box">
<span id="myspan" class="close">×</span>
<input type="file" name="file-6[]" id="file-6" class="inputfile inputfile-5" />
<label for="file-6">
<figure><svg xmlns="http://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17">
<path d="M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z" /></svg></figure>
<span id="upload_notice">PDF파일을 업로드 해주세요</span>
</label>
</div>
</div>
</div>
<div id="page_bar">
<div id="page_bar_title"><input type="text" id="pagenum" /><span> / 로딩 중...</span></div>
</div>
<div id="container_back">
<div id="loading"></div><span>변환 중....</span>
</div>
<div id="container"></div>
<script type="text/javascript" src="./static/pdfjs/build/text_layer_builder.js"></script>
<script src="//code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="./static/pdfjs/build/pdf.js"></script>
<script type="text/javascript" src="./static/js/modal.js"></script>
<script type="text/javascript" src="./static/js/renderlocal.js?ver2.0.2"></script>
<script type="text/javascript" src="./static/js/custom-file-input.js"></script>
<script>
</script>
</body>
</html>