aboutsummaryrefslogtreecommitdiff
path: root/template/html
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-04-13 13:11:17 +0900
committermattn <mattn.jp@gmail.com>2012-04-13 13:11:17 +0900
commit7e2c231888ded45c9c78d282efe3d9d6c4b2bd19 (patch)
tree81816ab5ea7b75a06537efe38da2d21e79b3ef59 /template/html
parenta3b1d956c4a7311469b05c32e75dc4f067e7c271 (diff)
parentcc759ac441d910f4b47a378e02301c538a05ca1e (diff)
downloadvim-sonictemplate-7e2c231888ded45c9c78d282efe3d9d6c4b2bd19.tar.gz
vim-sonictemplate-7e2c231888ded45c9c78d282efe3d9d6c4b2bd19.tar.bz2
vim-sonictemplate-7e2c231888ded45c9c78d282efe3d9d6c4b2bd19.zip
Merge branch 'master' of github.com:mattn/sonictemplate-vim
Diffstat (limited to 'template/html')
-rw-r--r--template/html/snip-css.html1
-rw-r--r--template/html/snip-icon.html1
-rw-r--r--template/html/snip-js.html1
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>