Files
MMM-circleCountdown/MMM-circleCountdown.njk
2021-09-02 18:10:43 +02:00

5 lines
305 B
Plaintext

<!--
Use ` | safe` to allow html tages within the text string.
https://mozilla.github.io/nunjucks/templating.html#autoescaping
-->
<div style='color:white'>TEST<canvas id='canvas' height=400 width=400></canvas><script>document.write("<span style='color:white'>huhu</span>");</script></div>