update page meta descriptions
[sheet.git] / mplayer.plp
index 9d7028d8d0fa461ed744a5d82929275f73f8c5b9..1cd6cf8a7341aca19f00bf58eaba4e9b0672944c 100644 (file)
@@ -1,17 +1,19 @@
 <(common.inc.plp)><:
-       use Shiar_Sheet::KeySigns qw(%sign);
-
        our $VERSION = 'v1.0';
 
+       use Shiar_Sheet::KeySigns qw(%sign);
+
        $header{content_type} = "text/html; charset=$sign{charset}";
 
 :><!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>mplayer cheat sheet</title>
+<meta name="description" content="Keyboard cheat sheet for the MPlayer media player, overviewing the default controls.">
+<meta name="keywords" content="mplayer, video, media, sheet, cheat, reference, overview, control, shortkey, 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="mplayer">