29 lines
420 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>
<script src="../../node_modules/requirejs/require.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>