18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
|
<!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>
|