Skip to content

Instantly share code, notes, and snippets.

@shamdasani
Created October 24, 2016 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shamdasani/ea432d5b29832d6fbb112aefd8c7c45b to your computer and use it in GitHub Desktop.
Save shamdasani/ea432d5b29832d6fbb112aefd8c7c45b to your computer and use it in GitHub Desktop.
text editor
<!DOCTYPE html>
<html>
<head>
<title>Text Editor</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css"/>
</head>
<div id="heading" contenteditable="true"></div>
<div id="content" contenteditable="true"></div>
<script src="app.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment