-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 1.1 KB
/
index.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
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie7" lang="ru"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="ru"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="ru"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="ru"><!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=1024">
<meta name="format-detection" content="telephone=no">
<title>PDF Viewer</title>
<link href="/js/vendor/magnific-popup/dist/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="/css/pdfviewer.css" rel="stylesheet" type="text/css">
<script src="/js/vendor/jquery/dist/jquery.min.js"></script>
<script src="/js/vendor/slimScroll/jquery.slimscroll.min.js"></script>
<script src="/js/vendor/magnific-popup/dist/jquery.magnific-popup.min.js"></script>
<script src="/js/pdfviewer.js"></script>
</head>
<body>
<a href="#viewBox" class="link" data-src="api.php">Show 1</a> ||
<a href="#viewBox" class="link" data-init_from="5" data-src="api.php?patch=2">Show 5</a> ||
<a href="test.php">Test API</a> ||
<a href="api.php">API</a>
</body>
</html>