diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-10-11 09:41:55 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-10-11 09:43:58 +0600 |
| commit | bf976b49c9fa7604bd208cb3d8dc4d0e4c274641 (patch) | |
| tree | c03510d304a751734cd746f8eaa67c21e557b946 /files/.vim/templates/template.html | |
| parent | aa6bc2dc0c8ef8da386906ed1fa92eea5b009833 (diff) | |
Add vim template plugin.
Diffstat (limited to 'files/.vim/templates/template.html')
| -rwxr-xr-x | files/.vim/templates/template.html | 10 |
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>
|
