Skip to content

Commit 5e1b60d

Browse files
committed
redirect to new demo page
1 parent 61dc020 commit 5e1b60d

File tree

1 file changed

+5
-45
lines changed

1 file changed

+5
-45
lines changed

demo/browser.html

Lines changed: 5 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,7 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<style>
6-
body {
7-
width: 1230px;
8-
margin: 20px auto;
9-
font-family: Georgia;
10-
}
11-
12-
h1 {
13-
margin: 0;
14-
}
15-
16-
a {
17-
color: blue;
18-
}
19-
20-
#editor {
21-
width: 600px;
22-
height: 775px;
23-
margin-right: 20px;
24-
display: inline-block;
25-
}
26-
27-
iframe {
28-
border: 1px solid black;
29-
}
30-
</style>
31-
</head>
32-
<body>
33-
<h1>PDFKit Browser Demo</h1>
34-
<p><a href="http://pdfkit.org/">Website</a> | <a href="http://github.com/devongovett/pdfkit">Github</a></p>
35-
<div id="editor"></div>
36-
<iframe width="600" height="775"></iframe>
37-
<script src="bundle.js"></script>
38-
<script>
39-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
40-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
41-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
42-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
43-
ga('create', 'UA-48340245-1', 'pdfkit.org');
44-
ga('send', 'pageview');
45-
</script>
46-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="refresh" content="0; url=https://pdfkit.org/examples/browserify/browser.html" />
6+
</head>
477
</html>

0 commit comments

Comments
 (0)