red paperclip favicon
[sheet.git] / vim.plp
diff --git a/vim.plp b/vim.plp
index 62587c0ab324ce6b9b751e19fe98a6031abffdb5..d3dcb34291bf046ff475ff23f95ed1d895857880 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -7,11 +7,13 @@
 
 :><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<html lang="en">
 
 <head>
 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
 <title>vi cheat sheet</title>
+<meta name="description" content="Keyboard functionality overview sheet for the vi/Vim text editor.">
+<meta name="keywords" content="vi, vim, nvi, sheet, cheat, reference, overview, commands, keyboard">
 <:= stylesheet(qw'light dark circus mono red terse') :>
 <!--[if lte IE 6]><style> .help dl.legend dt {margin:0 0 1px} </style><![endif]-->
 <!--[if lte IE 7]><style> .help dl.legend dd {float:none} </style><![endif]--><:
@@ -21,6 +23,7 @@
        print "\n".'<style type="text/css"> .no, .alias {opacity:.5} </style>'
                if $showkeys and $get{keys} eq 'ghost';
 :>
+<link rel="icon" type="image/png" href="/clip.png">
 <script type="text/javascript" src="/keys.js"></script>
 
 <body id="vim">