summaryrefslogtreecommitdiffstats
path: root/vim/header_html
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-11-09 10:49:25 +0100
committerStefan Ritter <xeno@thehappy.de>2009-11-09 10:49:25 +0100
commitac94c9f1388a4612c4521649c984d1de63011895 (patch)
treeb86a528fcf5a0a7931bb60ee2f603ee00d9d2cce /vim/header_html
parent37add07e7f00d71c7b6604f1dbf15c4b0e4cf152 (diff)
Added html skeleton
Diffstat (limited to 'vim/header_html')
-rw-r--r--vim/header_html10
1 files changed, 10 insertions, 0 deletions
diff --git a/vim/header_html b/vim/header_html
new file mode 100644
index 0000000..45cfebc
--- /dev/null
+++ b/vim/header_html
@@ -0,0 +1,10 @@
+: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>
+ </head>
+ <body>
+ </body>
+</html>