index.html 313 Bytes
Newer Older
fukai committed
1 2 3 4 5
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
潘际乾 committed
6
  <title>新押汇系统</title>
fukai committed
7 8 9 10 11 12
  <style>
      html,body,#app{
        padding: 0;
        height: 100%;
        width: 100%;
        margin: 0;
fukai committed
13
        overflow: hidden;
fukai committed
14 15 16 17 18 19 20 21 22
      }
  </style>
</head>

<body>
  <div id="app"></div>
</body>

</html>