fix:scale

This commit is contained in:
dichgrem
2025-08-28 10:33:46 +08:00
parent 8147523c19
commit a49713d90f
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<xsl:template match="/">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="unsafe-url" />
<title><xsl:value-of select="/atom:feed/atom:title"/></title>
<link rel="stylesheet" href="/css/water.min.css" />
@@ -57,4 +57,4 @@
</body>
</html>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>