|
|
|
@ -21,14 +21,14 @@
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
|
<meta name="theme-color" content="#000000">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/publisher/css/font-wso2.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/publisher/themes/default/default-theme.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/font-wso2.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/themes/default/default-theme.css">
|
|
|
|
|
<!--
|
|
|
|
|
manifest.json provides metadata used when your web app is added to the
|
|
|
|
|
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
|
|
|
|
-->
|
|
|
|
|
<link rel="manifest" href="/publisher/manifest.json">
|
|
|
|
|
<link rel="shortcut icon" href="/publisher/images/favicon.png">
|
|
|
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
|
<link rel="shortcut icon" href="/images/favicon.png">
|
|
|
|
|
<!--
|
|
|
|
|
Notice the use of %PUBLIC_URL% in the tags above.
|
|
|
|
|
It will be replaced with the URL of the `public` folder during the build.
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
You need to enable JavaScript to run this app.
|
|
|
|
|
</noscript>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script src='/publisher/dist/index.js'></script>
|
|
|
|
|
<script src='/dist/index.js'></script>
|
|
|
|
|
<!--
|
|
|
|
|
This HTML file is a template.
|
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
|