chenyc
2024-11-29 e971a9cf298121d20e6b188e8f19adcb225a6ab9
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>