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

<head>
  <meta charset="utf-8">
潘际乾 committed
6 7 8
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="renderer" content="webkit">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
wangren committed
9
  <link rel="icon" href="<%= BASE_URL %>favicon_guangda.ico">
潘际乾 committed
10
  <title>国际结算系统</title>
fukai committed
11 12 13 14 15 16
  <style>
      html,body,#app{
        padding: 0;
        height: 100%;
        width: 100%;
        margin: 0;
fukai committed
17
        overflow: hidden;
fukai committed
18 19 20 21 22 23 24 25 26
      }
  </style>
</head>

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

</html>