add meta data (language, description, keywords)
[sheet.git] / termcol.plp
index 321ea63ab4828999f8b24af5951094fb11abe18f..8b0b3cf41ae76c3ee31eb899029a566152522b1c 100644 (file)
@@ -1,15 +1,15 @@
 <(common.inc.plp)><:
-       use List::Util 'min';
-
        our $VERSION = 'v1.0';
 
+       use List::Util 'min';
+
 :><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<html lang="en">
 
 <head>
-<title>terminal colour cheat sheet</title>
 <meta http-equiv="content-type" content="utf-8">
+<title>terminal colour cheat sheet</title>
 <:= stylesheet(qw'light') :>
 </head>