diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.footer | 2 | ||||
| -rw-r--r-- | doc/README.header | 20 | 
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/README.footer b/doc/README.footer new file mode 100644 index 0000000..70723d9 --- /dev/null +++ b/doc/README.footer @@ -0,0 +1,2 @@ + </body> +</html> diff --git a/doc/README.header b/doc/README.header new file mode 100644 index 0000000..c2e063d --- /dev/null +++ b/doc/README.header @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +"http://www.w3.org/TR/html4/strict.dtd"> +<html> + <head> +  <title>easytags.vim - Automated tag generation and syntax highlighting in Vim</title> +  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +  <style type="text/css"> +   body { font-family: sans-serif; padding: 1em 30% 4em 1em; } +   a:link, a:visited { color: #000080; } +   a:hover, a:active { color: #8B0000; } +   pre, code, tt { font-family: Monaco, Consolas, monospace; } +   pre { margin-left: 2em; } +   code { background: #F6F6F6; padding: .1em .3em; } +   p { text-align: justify; line-height: 1.75em; } +   h1 { padding: 0 30% 0 0; } +   h2, h3 { border-bottom: 2px solid #F6F6F6; margin: 2em 0 -0.5em 0; padding-left: 0.5em; } +   hr { height: 0; border: none; border: 1px solid #F6F6F6; } +  </style> + </head> + <body>  | 
