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