aboutsummaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
Diffstat (limited to 'utility')
-rw-r--r--utility/master.xsl17
1 files changed, 9 insertions, 8 deletions
diff --git a/utility/master.xsl b/utility/master.xsl
index 077c9e3..4f3597c 100644
--- a/utility/master.xsl
+++ b/utility/master.xsl
@@ -18,14 +18,15 @@
<xsl:template match="/">
<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="robots" content="all"/>
- <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
-</head>
-<body>
- <xsl:apply-templates />
-</body>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
+
+ <link rel="stylesheet" type="text/css" href="/main.css" />
+ </head>
+ <body>
+ <xsl:apply-templates />
+ </body>
</html>
</xsl:template>