Skip to content

Instantly share code, notes, and snippets.

@wolivera
Last active June 2, 2018 18:02
Show Gist options
  • Save wolivera/0a7247d7930daa494ffb1af6a6339142 to your computer and use it in GitHub Desktop.
Save wolivera/0a7247d7930daa494ffb1af6a6339142 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<!-- when using the mode "code", it's important to specify charset utf-8 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link href="jsoneditor/jsoneditor.css" rel="stylesheet" type="text/css">
<script src="jsoneditor/jsoneditor.min.js"></script>
</head>
<body>
<div id="jsoneditor" class="open-external"></div>
<div class="presentation">
<div>Instant JSON editor</div>
</div>
</body>
<script src="popup.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment