diff options
Diffstat (limited to '.config/vim/templates/html')
-rwxr-xr-x | .config/vim/templates/html/$ | 1 | ||||
-rwxr-xr-x | .config/vim/templates/html/dl | 6 | ||||
-rwxr-xr-x | .config/vim/templates/html/dt | 3 | ||||
-rwxr-xr-x | .config/vim/templates/html/em | 1 | ||||
-rwxr-xr-x | .config/vim/templates/html/form | 6 | ||||
-rwxr-xr-x | .config/vim/templates/html/html | 17 | ||||
-rwxr-xr-x | .config/vim/templates/html/input | 2 | ||||
-rwxr-xr-x | .config/vim/templates/html/li | 2 | ||||
-rwxr-xr-x | .config/vim/templates/html/ol | 5 | ||||
-rwxr-xr-x | .config/vim/templates/html/p | 4 | ||||
-rwxr-xr-x | .config/vim/templates/html/script | 4 | ||||
-rwxr-xr-x | .config/vim/templates/html/ul | 5 |
12 files changed, 0 insertions, 56 deletions
diff --git a/.config/vim/templates/html/$ b/.config/vim/templates/html/$ deleted file mode 100755 index 86f8609..0000000 --- a/.config/vim/templates/html/$ +++ /dev/null @@ -1 +0,0 @@ -document.getElementById("<++>").<++> diff --git a/.config/vim/templates/html/dl b/.config/vim/templates/html/dl deleted file mode 100755 index c7bff2e..0000000 --- a/.config/vim/templates/html/dl +++ /dev/null @@ -1,6 +0,0 @@ -<dl> - <dt><++></dt> - <dd><++></dd> - <++> -</dl> -<++> diff --git a/.config/vim/templates/html/dt b/.config/vim/templates/html/dt deleted file mode 100755 index eee603e..0000000 --- a/.config/vim/templates/html/dt +++ /dev/null @@ -1,3 +0,0 @@ -<dt><++></dt> -<dd><++></dd> -<++> diff --git a/.config/vim/templates/html/em b/.config/vim/templates/html/em deleted file mode 100755 index 53f4852..0000000 --- a/.config/vim/templates/html/em +++ /dev/null @@ -1 +0,0 @@ -<em><++></em><++> diff --git a/.config/vim/templates/html/form b/.config/vim/templates/html/form deleted file mode 100755 index 5985979..0000000 --- a/.config/vim/templates/html/form +++ /dev/null @@ -1,6 +0,0 @@ -<form method="<++>" action="<++>"> -<p> - <++> -</p> -</form> -<++> diff --git a/.config/vim/templates/html/html b/.config/vim/templates/html/html deleted file mode 100755 index 618a876..0000000 --- a/.config/vim/templates/html/html +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC - "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title><+title+></title> - <style type="text/css"> - </style> - </head> - <body> - <h1><+title+></h1> - <++> - </body> -</html> diff --git a/.config/vim/templates/html/input b/.config/vim/templates/html/input deleted file mode 100755 index 670e334..0000000 --- a/.config/vim/templates/html/input +++ /dev/null @@ -1,2 +0,0 @@ -<input type="<++>" name="<++>" /> -<++> diff --git a/.config/vim/templates/html/li b/.config/vim/templates/html/li deleted file mode 100755 index b04522c..0000000 --- a/.config/vim/templates/html/li +++ /dev/null @@ -1,2 +0,0 @@ -<li><++></li> -<++> diff --git a/.config/vim/templates/html/ol b/.config/vim/templates/html/ol deleted file mode 100755 index 119e490..0000000 --- a/.config/vim/templates/html/ol +++ /dev/null @@ -1,5 +0,0 @@ -<ol> - <li><++></li> - <++> -</ol> -<++> diff --git a/.config/vim/templates/html/p b/.config/vim/templates/html/p deleted file mode 100755 index 92cd897..0000000 --- a/.config/vim/templates/html/p +++ /dev/null @@ -1,4 +0,0 @@ -<p> - <++> -</p> -<++> diff --git a/.config/vim/templates/html/script b/.config/vim/templates/html/script deleted file mode 100755 index 61aab67..0000000 --- a/.config/vim/templates/html/script +++ /dev/null @@ -1,4 +0,0 @@ -<script type="text/javascript"> - <++> -</script> -<++> diff --git a/.config/vim/templates/html/ul b/.config/vim/templates/html/ul deleted file mode 100755 index f65ab78..0000000 --- a/.config/vim/templates/html/ul +++ /dev/null @@ -1,5 +0,0 @@ -<ul> - <li><++></li> - <++> -</ul> -<++> |