termcol: enable dark page styling
[sheet.git] / termcol.plp
index 321ea63ab4828999f8b24af5951094fb11abe18f..b8b49e1491a096c34bd8d1f354cf105646157048 100644 (file)
@@ -1,16 +1,17 @@
 <(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">
-<:= stylesheet(qw'light') :>
+<title>terminal colour cheat sheet</title>
+<:= stylesheet(qw'light dark') :>
+<link rel="icon" type="image/png" href="/clip.png">
 </head>
 
 <body id="colour">