chenyc
2023-09-08 f6d62eaf70440d3183cad494d08a9e8c96c3d9d8
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>