style: center by default
[sheet.git] / index.plp
index 1927f13b0fabcc76ec03cca27f88cd42d95f6b42..21186125e0062fb2d77c61a537edff0610cc7476 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -12,12 +12,11 @@ $header{content_type} = "text/html; charset=utf-8";
 <html>
 
 <head>
-<title>vi cheat sheet</title>
 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
+<title>vi cheat sheet</title>
 <link rel="stylesheet" type="text/css" media="all" href="base.css">
-<style>
+<style type="text/css">
        ul {
-               text-align: center;
                margin-bottom: 1ex;
        }
 </style>
@@ -37,10 +36,12 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
 
 <h2>Keyboard maps</h2>
 <ul>
+<li><a href="/readline">readline</a>
 <li><a href="/vim">vi/vim</a>
 <li><a href="/vimperator">vimperator</a>
+<li><a href="/mutt">mutt</a>
 <li><a href="/nethack">nethack</a>
-<li><a href="/readline">readline</a>
+<li><a href="/mplayer">mplayer</a>
 </ul>
 
 <h2>Unicode characters</h2>
@@ -51,10 +52,11 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
 </ul>
 
 <p class="footer">
-       <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/
+       <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/index.<a
+        href="/source/index.plp" rel="code" title="Written in Perl">plp</a>
        <a href="http://git.shiar.nl/sheet.git" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
-       <a title="Licensed under the GNU Affero General Public License, version 3" rel="copyright"
-          href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a>
+       <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="copyright"
+        title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
 </p>