diff options
author | noisawe <3evasion@gmail.com> | 2017-11-16 21:05:28 +0100 |
---|---|---|
committer | noisawe <3evasion@gmail.com> | 2017-11-16 21:05:28 +0100 |
commit | 9127f00781fcfbd5e2c106b9c26fe9d5c3dd873f (patch) | |
tree | 5e91bcbc4bfb20438e248929db27bdb6f77714a8 /index.html | |
parent | bb62fba02bf4f6645d9660d5cc13120f9f37e165 (diff) | |
download | iro-9127f00781fcfbd5e2c106b9c26fe9d5c3dd873f.tar.gz |
Move charset up
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,10 +1,10 @@ <!DOCTYPE html> <html lang="en"> <head> + <meta charset="utf-8"> <title>new tab</title> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu+Mono"> - <meta charset="utf-8"> </head> <body> <h1>色</h1> |