mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-15 11:37:57 +01:00
79 lines
3.6 KiB
HTML
79 lines
3.6 KiB
HTML
<!-- This is a temporal hack only with the purpose to allow the transition with Spring MVC-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>WiseMapping - Visual Thinking Evolution</title>
|
|
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="<%=PUBLIC_URL%>/favicon.ico" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600&display=swap"
|
|
rel="stylesheet" rel="preload" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="WiseMappping" />
|
|
<link rel="apple-touch-icon" href="<%=PUBLIC_URL%>/favicon.png" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
<meta name="author" content="WiseMapping">
|
|
<meta name="publisher" content="WiseMapping Open Source">
|
|
<meta name="keywords"
|
|
content="mindmap,mind map,mind maps,mindmaps,ideas,brainstorming,organize,thoughts,structure,collaboration,free,fast,simple,online,tool,knowledge,share,sharing,publish">
|
|
<meta name="description"
|
|
content="WiseMapping is a free, fast and simple online mind mapping editor for individuals and business. Sign up to start organizing and sharing your ideas and thoughts.">
|
|
<meta property="og:title" content="WiseMapping" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://www.wisemapping.com" />
|
|
<meta property="og:site_name" content="WiseMapping" />
|
|
|
|
<script>
|
|
if ('<%=CLIENT_TYPE%>' === 'rest');
|
|
{
|
|
window.serverconfig = {
|
|
apiBaseUrl: 'http://localhost:3000',
|
|
analyticsAccount: 'G-RSDEJH16YM',
|
|
clientType: 'rest',
|
|
recaptcha2Enabled: true,
|
|
recaptcha2SiteKey: '6Lcat08kAAAAAIP-HjhzIa-Yq21PHgGa_ADWc-Ro',
|
|
googleOauth2Url: 'https://accounts.google.com/o/oauth2/v2/auth?redirect_uri=https://app.wisemapping.com/c/registration-google&prompt=consent&response_type=code&client_id=625682766634-cocbbbbb403iuvps1evecdk6d7phvbkf.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&access_type=offline&state=wisemapping&include_granted_scopes=true'
|
|
};
|
|
}
|
|
window.errorMvcView = '';
|
|
</script>
|
|
|
|
<!--
|
|
manifest.json provides metadata used when your web app is installed on a
|
|
user's mobile device or desktop. 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`.
|
|
-->
|
|
<!--
|
|
Dynamic runtime configuration properties (https://dev.to/matt_catalfamo/runtime-configurations-with-react-22dl)
|
|
-->
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root" class="mindplot-div-container"></div>
|
|
<!--
|
|
This HTML file is a template.
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
|
-->
|
|
</body>
|
|
|
|
</html> |