diff options
Diffstat (limited to 'tools/editor/index.html')
| -rw-r--r-- | tools/editor/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/editor/index.html b/tools/editor/index.html index 571082f..25254b7 100644 --- a/tools/editor/index.html +++ b/tools/editor/index.html | |||
| @@ -1,10 +1,16 @@ | |||
| 1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> | 2 | <html lang="en"> |
| 3 | <head> | 3 | <head> |
| 4 | |||
| 4 | <meta charset="UTF-8"> | 5 | <meta charset="UTF-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
| 8 | |||
| 7 | <title>Editor</title> | 9 | <title>Editor</title> |
| 10 | |||
| 11 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
| 12 | <link rel="icon" href="favicon.ico" type="image/x-icon"> | ||
| 13 | |||
| 8 | </head> | 14 | </head> |
| 9 | <body> | 15 | <body> |
| 10 | 16 | ||
