diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2025-07-02 14:43:11 -0400 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2025-07-02 14:43:11 -0400 |
| commit | 9424f9c207ed3f270465250c0fcb5bf49e59c0c0 (patch) | |
| tree | 203b95d45268928969672c17821630e8a3676b27 /static/head.xsl | |
| parent | 2643184be41f577e3c19d762894b26667560bbe3 (diff) | |
add head.xsl template, make Caddyfile work, add pure.css dev import
Diffstat (limited to 'static/head.xsl')
| -rw-r--r-- | static/head.xsl | 6 |
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> |
