pdf.js/examples/svgviewer/index.html

29 lines
420 B
HTML
Raw Normal View History

2014-05-20 08:53:40 +09:00
<!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 08:53:40 +09:00
<script src="viewer.js"></script>
2014-05-20 08:53:40 +09:00
<style>
body {
background-color: #404040;
2014-05-20 08:53:40 +09:00
}
.pageContainer {
border: 1px solid #000;
margin: 5px auto;
background-color: #FFF;
2014-05-20 08:53:40 +09:00
}
</style>
2014-05-20 08:53:40 +09:00
</head>
<body>
</body>
</html>