aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vim/templates/template.html')
-rwxr-xr-xfiles/.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 100755
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>