diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-12-10 23:57:41 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-12-11 00:01:20 -0700 |
commit | 9508a9b32cd6785a30a7f3f964bfd93c5fa954d5 (patch) | |
tree | 48e4544394a24e1f4d463ae57d3bd200d11d53f4 /i/default-names | |
parent | d964ddb0231e6368c2dcf91962715dc7c2eca8b4 (diff) |
Switch to HTML5 doctype.
Diffstat (limited to 'i/default-names')
-rw-r--r-- | i/default-names/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i/default-names/index.html b/i/default-names/index.html index e42e25c..b3e04db 100644 --- a/i/default-names/index.html +++ b/i/default-names/index.html @@ -1,6 +1,6 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/html4/strict.dtd"> -<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> +<!doctype html> +<meta charset=utf-8> +<link rel="stylesheet" href="/style/minimal.css"> <link rel="prev" href="/i/bird-type/"> <link rel="next" href="/i/ecruteak-daughter/"> <title>Default Names</title> |