Skip to content

Instantly share code, notes, and snippets.

@lewdlime
Created October 10, 2016 22:06
Show Gist options
  • Save lewdlime/954b877f26024e2904d231a32ab86ed8 to your computer and use it in GitHub Desktop.
Save lewdlime/954b877f26024e2904d231a32ab86ed8 to your computer and use it in GitHub Desktop.
Editorial app ABC Notation Preview Theme
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="https://raw.githubusercontent.com/paulrosen/abcjs/master/bin/abcjs_plugin_latest-min.js" type="text/javascript"></script>
<title>ABC Preview</title>
<style type="text/css">
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
/*background-color: #DDD;*/
}
</style>
</head>
<body class="{{THEME}}">
<div id="content-wrapper">
<div id="content">
<pre>
{{CONTENT}}
</pre>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment