Commit 9698902891e9e83cf6007850be5985a92ae998df
1 parent
76b5d679
fix title
Showing
2 changed files
with
3 additions
and
3 deletions
src/player.html
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <meta charset="UTF-8"> |
| 5 | 5 | <!-- <meta name="renderer" content="webkit"> --> |
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui"> |
| 7 | - <title>实景编程</title> | |
| 7 | + <title>实境编程</title> | |
| 8 | 8 | <link rel="stylesheet" href="css/responsive/css/bootstrap.min.css"> |
| 9 | 9 | <link href="css/validationEngine.jquery.css" rel="stylesheet"> |
| 10 | 10 | <link href="css/codemirror.css" rel="stylesheet"> |
| ... | ... | @@ -346,7 +346,7 @@ |
| 346 | 346 | </button> |
| 347 | 347 | </div> |
| 348 | 348 | |
| 349 | - | |
| 349 | + | |
| 350 | 350 | |
| 351 | 351 | |
| 352 | 352 | <script type="text/javascript" src="js/audioPlayer/jQuery.AudioPlayer.js"></script> | ... | ... |
src/v1.1/player.html
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | <head> |
| 4 | 4 | <meta charset="UTF-8"> |
| 5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui"> |
| 6 | - <title>实景编程</title> | |
| 6 | + <title>实境编程</title> | |
| 7 | 7 | <link rel="stylesheet" href="../css/responsive/css/bootstrap.min.css"> |
| 8 | 8 | <!-- <link href="../css/codemirror.css" rel="stylesheet"> --> |
| 9 | 9 | <link href="../css/reset.css" rel="stylesheet"> | ... | ... |