Skip to content

Commit

Permalink
renamed the file and made minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kdidenko committed May 28, 2020
1 parent b0e969c commit 4bcee23
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions svgeditor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!doctype html>
<html>
<!-- section `document.head` begins -->

<head>
<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">
</head>
<!-- section `document.body` begins -->

<body>
<header>
<h1>SVG Editor</h1>
</header>
<main>
<iframe src="https://svg-edit.github.io/svgedit/editor/svg-editor.html?extension=">
</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 4bcee23

@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.