Some tempfile stuff, switch to html5

This commit is contained in:
Stefan Ritter 2011-06-20 19:16:32 +02:00
parent bc61c55799
commit 04675db20a
2 changed files with 15 additions and 4 deletions

View file

@ -1,10 +1,9 @@
:insert
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<!DOCTYPE html>"
<html lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset=utf-8 />>
<!-- <link rel="stylesheet" type="text/css" href="..." /> -->
</head>
<body>

12
vim/header_html_xhtml Normal file
View file

@ -0,0 +1,12 @@
:insert
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- <link rel="stylesheet" type="text/css" href="..." /> -->
</head>
<body>
</body>
</html>