Skip to content

Instantly share code, notes, and snippets.

@Ryfteh
Created March 19, 2014 16:26
Show Gist options
  • Save Ryfteh/9645461 to your computer and use it in GitHub Desktop.
Save Ryfteh/9645461 to your computer and use it in GitHub Desktop.
Basic Editor Test 2
<!DOCTYPE html>
<html>
<head>
<title>Basic Editor Test</title>
<script type='text/javascript' src='//code.jquery.com/jquery-1.11.0.js'></script>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div id="code"></div>
<script type='text/javascript' src='main.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment