aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/=template=.html
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2016-08-10 00:01:12 +0500
committerAnton Bobov <abobov@gmail.com>2016-08-10 00:06:56 +0500
commit54f121265ece225dfd8e069af1a44878c01730c2 (patch)
treeca446dd7f13d5b8caf603f8bbc6b68164a493881 /files/.vim/templates/=template=.html
parenta3a4c9eafbecab8b223e259d331622a132f56e8f (diff)
[vim] Update templates to new plugin.
Diffstat (limited to 'files/.vim/templates/=template=.html')
-rw-r--r--files/.vim/templates/=template=.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/.vim/templates/=template=.html b/files/.vim/templates/=template=.html
new file mode 100644
index 0000000..84a4f1c
--- /dev/null
+++ b/files/.vim/templates/=template=.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+ <title>%FILE%</title>
+</head>
+<body>
+ %HERE%
+</body>
+</html>