1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/pdf-viewer/index.html
2022-08-04 10:12:22 +01:00

19 lines
354 B
HTML

<div id="pdf-root">
<div id="splash-screen">
Loading PDF...
</div>
</div>
<style>
#pdf-root {
width: 100%;
height: 100%;
}
#splash-screen{
display:flex;
justify-content:center;
align-items:center;
width:100%;
height:100%;
}
</style>
<script src="./main.js"></script>