refer to (external) css and js file instead of embedding them

This commit is contained in:
Jochen Stärk
2019-07-10 17:53:13 +02:00
parent ae6ae3edde
commit d045073c78

View File

@@ -18,9 +18,7 @@
<meta charset="UTF-8"/>
<title>XRechnung</title>
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0"/>
<style>
<xsl:value-of select="unparsed-text('xrechnung-viewer.css')"/>
</style>
<link href="xrechnung-viewer.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<form>
@@ -44,9 +42,7 @@
</div>
</div>
</body>
<script>
<xsl:value-of select="unparsed-text('xrechnung-viewer.js')"/>
</script>
<script src='xrechnung-viewer.js'></script>
</html>
</xsl:template>