30 lines
474 B
HTML
Raw Normal View History

2014-05-20 05:23:40 +05:30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PDF.js SVG viewer example</title>
2017-02-09 09:53:52 -06:00
<script src="../../node_modules/systemjs/dist/system.js"></script>
<script src="../../systemjs.config.js"></script>
2014-05-20 05:23:40 +05:30
<script src="viewer.js"></script>
2014-05-20 05:23:40 +05:30
<style>
body {
background-color: #404040;
2014-05-20 05:23:40 +05:30
}
.pageContainer {
border: 1px solid #000;
margin: 5px auto;
background-color: #FFF;
2014-05-20 05:23:40 +05:30
}
</style>
2014-05-20 05:23:40 +05:30
</head>
<body>
</body>
</html>