aboutsummaryrefslogtreecommitdiff
path: root/static/head.xsl
diff options
context:
space:
mode:
authorAlexander Kavon <me+git@alexkavon.com>2025-07-03 04:35:21 -0400
committerAlexander Kavon <me+git@alexkavon.com>2025-07-03 04:35:21 -0400
commita9608134cf2402fb0e6d9405e96db9dc92ed4849 (patch)
tree796745ad0113d92a0c8675623d25a4a21738614b /static/head.xsl
parent6dc6550c8828724712f58a7ec5874827ffbc9f56 (diff)
page template
Diffstat (limited to 'static/head.xsl')
-rw-r--r--static/head.xsl13
1 files changed, 0 insertions, 13 deletions
diff --git a/static/head.xsl b/static/head.xsl
deleted file mode 100644
index ef90ace..0000000
--- a/static/head.xsl
+++ /dev/null
@@ -1,13 +0,0 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:template name="head">
- <xsl:param name="title" />
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>
- <xsl:value-of select="$title" />
- </title>
- <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" />
- </head>
- </xsl:template>
-</xsl:stylesheet>