<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="full-screen" content="true">
    <meta http-equiv="X-UA-Compatible" content="IE=EDGE">
    <meta name="x5-fullscreen" content="true">
    <meta name="viewport" content="width=375, user-scalable=no, minimal-ui">
    <meta name="format-detection" content="telephone=no">
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
    <title>cloud os</title>
    <!-- TODO: 未来删掉 -->
    <link rel="stylesheet" href="<%= publicPath %><%= indexCss %>">
  </head>
  <body>
    <div id="root"></div>
    <script src="<%= publicPath %><%= manifest %>"></script>
    <script src="<%= publicPath %><%= vendor %>"></script>
    <script src="<%= publicPath %><%= indexJs %>"></script>
  </body>
</html>
