mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-10 18:13:22 +02:00
dist
lang
libraries
packages
core-js
editor
cypress
images
lang
src
test
playground
map-render
bootstrap
css
html
container.html
container.json
editor.html
embedded.html
viewmode.html
images
js
samples
index.html
.babelrc
.gitignore
README.md
cypress.json
package.json
tsconfig.json
webpack.common.js
webpack.playground.js
webpack.prod.js
yarn.lock
mindplot
web2d
webapp
.dockerignore
.gitignore
.nvmrc
.prettierignore
.prettierrc.json
CONTRIBUTING.md
README.md
bitbucket-pipelines.yml
docker-compose.snapshots.update.yml
docker-compose.snapshots.yml
lerna.json
package.json
webpack.common.js
yarn.lock
16 lines
380 B
HTML
16 lines
380 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title>WiseMapping - Editor </title>
|
|
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
|
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
|
|
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root" onselectstart="return false;"></div>
|
|
</body>
|
|
|
|
</html> |