Keep cleaning and refactoring styles and samples.
This commit is contained in:
23
wise-editor/src/main/webapp/html/container.html
Normal file
23
wise-editor/src/main/webapp/html/container.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>WiseMapping - Embedded Sample </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>
|
||||
|
||||
<h1>Embedded editor sample</h1>
|
||||
|
||||
<h2></h2>
|
||||
|
||||
<div style="text-align:center">
|
||||
<iframe src="editor.html?width=800&height=600" width="800" height="600"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user