diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-13 21:40:55 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-13 21:41:52 +0800 |
commit | 89ca606787b04f8ba67dea9d7cfaf49b4410037b (patch) | |
tree | 3cd731e5a523fbb58c05d4bdf85cb87d5593ed9a /app/static/usr/instructions.html | |
parent | 2d115c53442f68fc49ca0e5af73287026770d75a (diff) |
instructions.html: mobile-friendly page.
Diffstat (limited to 'app/static/usr/instructions.html')
-rw-r--r-- | app/static/usr/instructions.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/static/usr/instructions.html b/app/static/usr/instructions.html index ccb58b5..4d3892d 100644 --- a/app/static/usr/instructions.html +++ b/app/static/usr/instructions.html @@ -1,6 +1,7 @@ <!DOCTYPE html>
<html lang="zh"><head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <meta http-equiv="content-type" content="text/html; 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" />
<meta charset="utf-8">
<title>怎么用English Pal</title>
<style>
|