mason: Use an autohandler for the HTML skeleton.
[bridge-toys] / mason / %html
diff --git a/mason/%html b/mason/%html
deleted file mode 100644 (file)
index 4673c61..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!-- -*-html-*-
-  -
-  - Dealing sheet common HTML header
-  -
-  - (c) 2013 Mark Wooding
- -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
-          "http://www.w3c.org/TR/html4/strict.dtd">
-
-<html>
-<head>
-<link rel=stylesheet type="text/css" href="/~mdw/deal/deal.css">
-<meta name=viewport content="width=device-width initial-scale=1.0">
-<& SELF:header &>
-<title><& SELF:title &></title>
-</head>
-<body>
-
-% $m->call_next;
-
-<div class=footer>
-Written by Mark Wooding.<br>
-Part of a small <a href="/~mdw/deal/">collection of bridge tools</a>.
-</div>
-</body>
-</html>
-%#
-<%method title>(Untitled page)</%method>
-<%method header></%method>