12 lines
237 B
HTML
12 lines
237 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>SVG Edit</title>
|
||
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<object id="container" data="editor/svg-editor.html">
|
||
|
Failed to load for some reason.
|
||
|
</object>
|
||
|
</body>
|
||
|
</html>
|