RPGs3_card_insanity/style.html.j2

18 lines
455 B
Plaintext
Raw Normal View History

2019-09-08 23:07:26 +02:00
<!DOCTYPE html>
<script src="https://raw.githubusercontent.com/nodeca/js-yaml/master/dist/js-yaml.min.js"></script>
<script src="http://mozilla.github.io/nunjucks/files/nunjucks.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"/>
<title>Status Card</title>
<style type="text/css">
{{ css_data }}
</style>
<xsl:template match="/*">
<div class="fjomp_card">
</div>
</xsl:template>
</xsl:stylesheet>