index.html
@@ -12,3 +12,18 @@ <script type="module" src="/src/main.ts"></script> </body> </html> <style> html, body{ height: 98%; margin: 0; padding: 0; } #app{ background: url(/src/assets/homeback.png) 100% no-repeat; background-size: 100% 100%; position: relative; width: 100%; height: 100%; } </style>