diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-14 07:54:12 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-14 07:54:12 +0800 |
commit | 85182c1c2a0fd668755c9f69d67c63a081d60895 (patch) | |
tree | b60031fb27d48e622677045de9e3743c8033a501 /app | |
parent | 5277ca87da81216a5030752f6709308930d1f9c0 (diff) |
main.py: edit front page title.
Diffstat (limited to 'app')
-rw-r--r-- | app/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.py b/app/main.py index b3a7f2a..d55c090 100644 --- a/app/main.py +++ b/app/main.py @@ -208,7 +208,7 @@ def mainpage(): <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>
+ <title>EnglishPal 英文单词高效记</title>
</head>
<body>
|