2019-09-09 18:48:15 +02:00
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
|
<xsl:output method="html" omit-xml-declaration="yes" />
|
|
|
|
<xsl:template match="/*">
|
|
|
|
<xsl:text disable-output-escaping='yes'><!DOCTYPE html>
|
|
|
|
</xsl:text>
|
|
|
|
|
2019-09-08 23:07:26 +02:00
|
|
|
<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">
|
2019-09-09 18:48:15 +02:00
|
|
|
<xsl:include href="style.css"/>
|
2019-09-08 23:07:26 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<div class="fjomp_card">
|
2019-09-09 18:48:15 +02:00
|
|
|
asdasd<br/>
|
|
|
|
asdasd<br/>
|
|
|
|
asdasd<br/>
|
|
|
|
asdasd<br/>
|
2019-09-08 23:07:26 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet>
|