Skip to content

Instantly share code, notes, and snippets.

@djbarnwal
Last active July 10, 2018 18:33
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 djbarnwal/35458aec16896ee3d1d233a3e1586ce9 to your computer and use it in GitHub Desktop.
Save djbarnwal/35458aec16896ee3d1d233a3e1586ce9 to your computer and use it in GitHub Desktop.
untitled
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>untitled - iodide</title>
<link rel="stylesheet" type="text/css" href="iodide.iodide-server.css">
</head>
<body>
<script id="jsmd" type="text/jsmd">
%% meta
{
"lastExport": "2018-07-10T18:30:26.170Z"
}
%% js
var a = 3
%% js
a
%% js
</script>
<div id='page'></div>
<script src='iodide.iodide-server.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment