Mercurial > repos > public > wdown
comparison 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 |
comparison
equal
deleted
inserted
replaced
10:1ffe6e4f933c | 11:4bcdc24edbe3 |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>{{title}}</title> | 3 <title>{{title}}</title> |
4 <meta charset="UTF-8"> | 4 <meta charset="UTF-8"> |
5 | |
6 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css"> | |
7 | |
5 <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | 8 <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> |
6 <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script> | 9 <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script> |
10 | |
11 <script src="abcjs_plugin_5.10.3-min.js" type="text/javascript"></script> | |
12 | |
13 <style> | |
14 .abctext {display: none;} | |
15 </style> | |
7 </head> | 16 </head> |
8 <body> | 17 <body> |
9 {{{content}}} | 18 {{{content}}} |
10 </body> | 19 </body> |
11 </html> | 20 </html> |