mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 10:47:56 +01:00
39 lines
1.0 KiB
HTML
39 lines
1.0 KiB
HTML
|
<!DOCTYPE HTML>
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<base href="../">
|
||
|
<title>WiseMapping - Editor </title>
|
||
|
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
||
|
<!--[if lt IE 9]>
|
||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||
|
<![endif]-->
|
||
|
<link rel="stylesheet/less" type="text/css" href="css/embedded.less" />
|
||
|
|
||
|
|
||
|
<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='load' class="modal fade">
|
||
|
<div class="modal-dialog">
|
||
|
<div style="height: 120px; text-align: center; border: 2px solid orange" class="modal-content">
|
||
|
<img style='margin-top:25px; text-align: center' src="images/ajax-loader.gif">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="header">
|
||
|
<div id="headerNotifier"></div>
|
||
|
<div id="footer">
|
||
|
<div id="footerLogo"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="mindplot" onselectstart="return false;"></div>
|
||
|
</body>
|
||
|
</html>
|