-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
36 lines (33 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="en" translate="no">
<head>
<!--HTML_SCRIPT_IMPORTS-->
<meta charset="utf-8" />
<meta id="metaviewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<meta name="theme-color" content="var(--header-bg-color)" />
<meta name="google" content="notranslate" />
<link rel="icon" crossorigin="use-credentials" href="/gateway/uiserv/api/theme/active/image/favicon" type="image/vnd.microsoft.icon" />
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<!--<link rel="manifest" href="%PUBLIC_URL%/manifest.json">-->
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>#ECOS_PAGE_TITLE</title>
<script>
window.EXCALIDRAW_ASSET_PATH = '/';
</script>
<script type="module" src="/src/index.tsx"></script>
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root" class="page-content-root notranslate" lang="notranslate"></div>
</body>
</html>