red paperclip favicon
[sheet.git] / termcol.plp
index 9e9ad19858df894915ec08ef981db9b803e13683..607a8485e4a1b06c1222278534009443914b3693 100644 (file)
@@ -1,22 +1,17 @@
-<:
-use utf8;
-use strict;
-use warnings;
-use open IO => ':utf8';
-use List::Util 'min';
-
-our $VERSION = 'v1.0';
+<(common.inc.plp)><:
+       our $VERSION = 'v1.0';
 
-$header{content_type} = 'text/html; charset=utf-8';
+       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">
-<link rel="stylesheet" type="text/css" media="all" href="/base.css">
+<title>terminal colour cheat sheet</title>
+<:= stylesheet(qw'light') :>
+<link rel="icon" type="image/png" href="/clip.png">
 </head>
 
 <body id="colour">