diff options
Diffstat (limited to 'vim/header_html')
-rw-r--r-- | vim/header_html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/header_html b/vim/header_html index 90612bd..f9cdd13 100644 --- a/vim/header_html +++ b/vim/header_html @@ -1,9 +1,9 @@ :insert -<!DOCTYPE html>" +<!DOCTYPE html> <html lang="en"> <head> <title></title> - <meta charset=utf-8 />> + <meta charset=utf-8 /> <!-- <link rel="stylesheet" type="text/css" href="..." /> --> </head> <body> |