Commit 7fa44e84ced55cff784b5c469ee74df9c08363e9
1 parent
983ed655
add utf-8
Showing
1 changed file
with
1 additions
and
2 deletions
src/live/teacher.html
| 1 | <!doctype html> | 1 | <!doctype html> |
| 2 | <html> | 2 | <html> |
| 3 | - | ||
| 4 | <head> | 3 | <head> |
| 4 | + <meta charset="UTF-8"> | ||
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
| 6 | <title>老师端</title> | 6 | <title>老师端</title> |
| 7 | <link href="../css/reset.css" rel="stylesheet"> | 7 | <link href="../css/reset.css" rel="stylesheet"> |
| @@ -15,7 +15,6 @@ | @@ -15,7 +15,6 @@ | ||
| 15 | var gxb_api = "https://restful.gaoxiaobang.com"; | 15 | var gxb_api = "https://restful.gaoxiaobang.com"; |
| 16 | </script> | 16 | </script> |
| 17 | </head> | 17 | </head> |
| 18 | - | ||
| 19 | <body> | 18 | <body> |
| 20 | 19 | ||
| 21 | <div class="live-wrap"> | 20 | <div class="live-wrap"> |