wisemapping-frontend/packages/editor/test/playground/map-render/html/viewmode.html

19 lines
474 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
2021-12-25 20:40:44 +01:00
<head>
2021-12-02 03:12:31 +01:00
<title>WiseMapping - View Mode </title>
<meta name="viewport" content="initial-scale=1">
<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>
2021-12-02 03:12:31 +01:00
<body>
<div id="root" class="mindplot-root" onselectstart="return false;"></div>
</div>
</body>
2021-12-02 03:12:31 +01:00
2022-01-26 20:25:11 +01:00
</html>