index.html 519 Bytes
Newer Older
李维's avatar
李维 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html>
<html lang="zh">
  <head>
    <meta charset="utf-8" />
    <title>NgOne</title>
    <base href="/" />
<style>
  html, body{
    width: 100%;
    height: 100%;
    
  }
</style>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="icon" type="image/x-icon" href="favicon.ico" />
李维's avatar
李维 committed
16
    <script type="text/javascript" src="https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"></script>
李维's avatar
李维 committed
17 18 19 20
  </head>
  <body>
    <app-root></app-root>
  </body>
liujiangnan's avatar
liujiangnan committed
21
</html>