aboutsummaryrefslogtreecommitdiff
path: root/xP/xP.go
diff options
context:
space:
mode:
Diffstat (limited to 'xP/xP.go')
-rw-r--r--xP/xP.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xP/xP.go b/xP/xP.go
index 9428501..bc7ebc2 100644
--- a/xP/xP.go
+++ b/xP/xP.go
@@ -145,6 +145,7 @@ var page = template.Must(template.New("/").Parse(`<!DOCTYPE html>
<head>
<title>xP</title>
<meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="xP.css" />
</head>
<body>