Mercurial > repos > public > wdown
diff test.tmpl @ 11:4bcdc24edbe3
Add music score rendering
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 18 Jun 2020 07:51:33 +0200 |
parents | 1ffe6e4f933c |
children | dbc7d00fcb7d |
line wrap: on
line diff
--- a/test.tmpl Wed Jun 17 22:13:03 2020 +0200 +++ b/test.tmpl Thu Jun 18 07:51:33 2020 +0200 @@ -2,10 +2,19 @@ <head> <title>{{title}}</title> <meta charset="UTF-8"> + + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css"> + <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script> + + <script src="abcjs_plugin_5.10.3-min.js" type="text/javascript"></script> + + <style> + .abctext {display: none;} + </style> </head> <body> -{{{content}}} + {{{content}}} </body> </html>