Created
March 10, 2014 13:25
-
-
Save 0x4a/9464865 to your computer and use it in GitHub Desktop.
#html #editor with highlighting in #firefox - simply paste the code in the location bar
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
data:text/html, <script src="http://ajaxorg.github.io/ace-builds/src-min/ace.js" data-ace-base="src" charset="utf-8" type="text/javascript"></script> <div id="ed" style="position:absolute;top:0;left:0;right:0;bottom:0"></div> <script>ed=ace.edit("ed");</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment