index.ejs 1.85 KB
Newer Older
邓晓峰's avatar
邓晓峰 committed
1
<!DOCTYPE html>
崔佳豪's avatar
崔佳豪 committed
2
<html lang="zh-CN">
邓晓峰's avatar
邓晓峰 committed
3
  <head>
4
    <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
邓晓峰's avatar
邓晓峰 committed
5 6 7 8 9 10 11
    <!-- The first thing in any HTML file should be the charset -->
    <meta charset="utf-8" />
    <!-- Make the page mobile compatible -->
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <!-- Allow installing the app to the homescreen -->
    <meta name="mobile-web-app-capable" content="yes" />
    <!-- <link rel="icon" href="/favicon.ico" /> -->
12
    <link type="text/css" rel="stylesheet" id="theme-style" href="/civbase/Assets/esri/css/main.css">
13 14
    <script src="/civbase/event.js"></script>
    <script crossorigin src="/civbase/isomorphic-fetch.js"></script>
15 16
    <script src="/civbase/ddLogin.js"></script>
    <script src="/civbase/wwLogin.js"></script>
17
    <script src="/civbase/JessibucaVideo/jessibuca.js"></script>
邓晓峰's avatar
邓晓峰 committed
18 19 20
    <script type="text/javascript">
      window.share = {
        event: new EventEmitter(),
邓晓峰's avatar
邓晓峰 committed
21
      };
dengxiaofeng's avatar
dengxiaofeng committed
22

23
      window.share.event.setMaxListeners(50000);
邓晓峰's avatar
邓晓峰 committed
24

邓晓峰's avatar
邓晓峰 committed
25 26
    </script>
  </head>
dengxiaofeng's avatar
dengxiaofeng committed
27

邓晓峰's avatar
邓晓峰 committed
28 29 30 31 32 33 34 35
  <body>
    <!-- Display a message if JS has been disabled on the browser. -->
    <noscript
      >If you're seeing this message, that means
      <strong>JavaScript has been disabled on your browser</strong>, please
      <strong>enable JS</strong> to make this app work.</noscript
    >
    <!-- The app hooks into this div -->
36
    <div id="root"></div>
邓晓峰's avatar
邓晓峰 committed
37 38 39 40
    <!-- Open Sans Font -->
    <!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> -->
    <!-- A lot of magic happens in this file. HtmlWebpackPlugin automatically injects all assets (e.g. bundle.js, main.css) with the correct HTML tags, which is why they are missing in this file. Don't add any assets here! (Check out webpack.dev.babel.js and webpack.prod.babel.js if you want to know more) -->
  </body>
dengxiaofeng's avatar
dengxiaofeng committed
41
</html>