mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-23 21:09:30 +02:00
17 lines
326 B
HTML
17 lines
326 B
HTML
|
<div id="pdf-root">
|
||
|
<div id="splash-screen"></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>
|