-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdetail.html
25 lines (25 loc) · 914 Bytes
/
detail.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Daum Webtoon Downloader-Detail</title>
</head>
<body>
<!-- <div id="top_prev" style="display: inline-block;"></div>
<div id="top_next" style="display: inline-block;"></div> -->
<div id="top_list" style="display: inline-block;"></div>
<div id="viewer_images"></div>
<!-- <div id="bottom_prev" style="display: inline-block;"></div>
<div id="bottom_next" style="display: inline-block;"></div> -->
<div id="bottom_list" style="display: inline-block;"></div>
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="./js/function.js"></script>
<script>
setTimeout(()=> {
setViewerImages();
setTopBottomMenu();
}, 0);
</script>
</body>
</html>