Blame view

code/finance_web/index.html 448 Bytes
a  
谢明辉 committed
1 2
<!DOCTYPE html>
<html>
a  
谢明辉 committed
3 4 5 6 7 8

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title>finance_serv</title>
a  
谢明辉 committed
9 10 11 12 13 14 15
  <style>
    input:focus,
    textarea:focus {
      background-color: papayawhip;
    }

  </style>
a  
谢明辉 committed
16 17 18 19 20 21 22
</head>

<body style="height: 100%;margin: 0">
  <div id="app"></div>
  <!-- built files will be auto injected -->
</body>

a  
谢明辉 committed
23
</html>