Skip to content

Instantly share code, notes, and snippets.

@Pan-Maciek
Created June 10, 2016 10:29
Show Gist options
  • Save Pan-Maciek/3c50d3bb8fa391b208df21c1fbe92c26 to your computer and use it in GitHub Desktop.
Save Pan-Maciek/3c50d3bb8fa391b208df21c1fbe92c26 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>edytor</title>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<script src="editor.js"></script>
</head>
<body>
<div class="editor">
<p>abc</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment