Created
June 10, 2016 10:29
-
-
Save Pan-Maciek/3c50d3bb8fa391b208df21c1fbe92c26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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