diff options
author | mattn <mattn.jp@gmail.com> | 2012-04-12 21:10:48 -0700 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2012-04-12 21:10:48 -0700 |
commit | cc759ac441d910f4b47a378e02301c538a05ca1e (patch) | |
tree | 2cf941e93df106f9cbc9e2346dfeba11d6b9ce25 /template/html | |
parent | 98266fe2cd45b6d353955c9279dc0fab0b8d5098 (diff) | |
parent | 8e9cfb1e124b4d2329c2b671370a65ce37e0923a (diff) | |
download | vim-sonictemplate-cc759ac441d910f4b47a378e02301c538a05ca1e.tar.gz vim-sonictemplate-cc759ac441d910f4b47a378e02301c538a05ca1e.tar.bz2 vim-sonictemplate-cc759ac441d910f4b47a378e02301c538a05ca1e.zip |
Merge pull request #5 from baopham/master
some more templates for html, python and java
Diffstat (limited to 'template/html')
-rw-r--r-- | template/html/snip-css.html | 1 | ||||
-rw-r--r-- | template/html/snip-icon.html | 1 | ||||
-rw-r--r-- | template/html/snip-js.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/template/html/snip-css.html b/template/html/snip-css.html new file mode 100644 index 0000000..06bd9c1 --- /dev/null +++ b/template/html/snip-css.html @@ -0,0 +1 @@ +<link rel="stylesheet" type="text/css" href="{{_cursor_}}"> diff --git a/template/html/snip-icon.html b/template/html/snip-icon.html new file mode 100644 index 0000000..cd1da90 --- /dev/null +++ b/template/html/snip-icon.html @@ -0,0 +1 @@ +<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> diff --git a/template/html/snip-js.html b/template/html/snip-js.html new file mode 100644 index 0000000..f078964 --- /dev/null +++ b/template/html/snip-js.html @@ -0,0 +1 @@ +<script src="{{_cursor_}}" type="text/javascript"></script> |