Skip to content

Commit

Permalink
moved this page to a separate directory and fixed css file linking
Browse files Browse the repository at this point in the history
  • Loading branch information
kdidenko committed May 28, 2020
1 parent 4bcee23 commit e453f17
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions svgeditor.html → svgedit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8">
<title>title</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link type="text/css" rel="stylesheet" src="./styles/App.css">
<link type="text/css" rel="stylesheet" src="./styles/editor.css">
</head>
<!-- section `document.body` begins -->

Expand All @@ -16,12 +16,7 @@ <h1>SVG Editor</h1>
</header>
<main>
<iframe src="https://svg-edit.github.io/svgedit/editor/svg-editor.html?extension=">
</iframe>
</iframe>
</main>
<!-- leave it right before the ending </body> -->
<script type="text/javascript">
document.write('that is me!');
</script>
</body>

</html>

1 comment on commit e453f17

@kdidenko
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☑ #TODO:

Please sign in to comment.