forked from pipwerks/PDFObject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold.html
25 lines (21 loc) · 971 Bytes
/
old.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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css' />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,900' rel='stylesheet' type='text/css' />
<link rel="icon" type="image/png" href="https://build.communote.net/static/images/favicon.png"/>
<title>Our first file! Woot woot!</title>
<!-- This example created for PDFObject.com by Philip Hutchison (www.pipwerks.com) -->
</head>
<body>
<div
id="test"
data-pdf-object-id="test"
data-url="sample.pdf"
data-progressive="pdfjs/web/viewer.html?zoom=page-width#file=../../"
data-pdf-param-view="FitH"
></div>
<script type="text/javascript" src="bundle/index.js"></script>
</body>
</html>