chenyc
2025-07-18 480c0834c2dc57721022cc9b06d527a3e7cad09b
index.html
@@ -12,3 +12,18 @@
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>
<style>
  html, body{
    height: 100%;
    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>