diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/main.py b/app/main.py index ecd5eb3..b4fbee9 100644 --- a/app/main.py +++ b/app/main.py @@ -207,7 +207,9 @@ def mainpage(): <html lang="zh">
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0, user-scalable=yes" />
<title>EnglishPal - 英文单词轻松记</title>
+
</head>
<body>
'''
|