view test.tmpl @ 13:78282df000f2

Add readme file
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 22 Jun 2020 07:55:14 +0200
parents 4bcdc24edbe3
children dbc7d00fcb7d
line wrap: on
line source

<html>
<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}}}
</body>
</html>