pdf.js/examples/svgviewer/index.html
2015-12-29 09:20:52 -06:00

26 lines
390 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="../../node_modules/requirejs/require.js"></script>
<script src="viewer.js"></script>
<style>
body {
background-color: gray;
}
.pageContainer {
border : 1px solid black;
margin : 5px auto;
background-color : white;
}
</style>
<title>SVG Viewer Example</title>
</head>
<body>
</body>
</html>