aboutsummaryrefslogtreecommitdiff
path: root/static/head.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'static/head.xsl')
-rw-r--r--static/head.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/head.xsl b/static/head.xsl
new file mode 100644
index 0000000..189497e
--- /dev/null
+++ b/static/head.xsl
@@ -0,0 +1,6 @@
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+ <xsl:template name="head">
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/pure-min.css" integrity="sha384-X38yfunGUhNzHpBaEBsWLO+A0HDYOQi8ufWDkZ0k9e0eXz/tH3II7uKZ9msv++Ls" crossorigin="anonymous" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ </xsl:template>
+</xsl:stylesheet>