Delete `<link rev="made">` from HTML templates
[sunny256-utils.git] / Lib / std / xhtml
blob9237b8265378ed03c26e818cd4af01fca91af8f0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
9 <!-- STDfilenameDTS -->
10 <!-- File ID: STDuuidDTS -->
11 <!-- Author: Øyvind A. Holm (sunny@sunbase.org) -->
12 <head>
13 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
14 <title></title>
15 <style type="text/css">
16 <!--
17 body { background-color: white; color: black; font-family: sans-serif; }
18 a:link { color: blue; background-color: white; }
19 a:visited { color: maroon; background-color: white; }
20 a:active { color: fuchsia; background-color: white; }
21 -->
22 </style>
23 <meta name="author"
24 content="Øyvind A. Holm — sunny@sunbase.org" />
25 <meta name="copyright"
26 content="©STDyearDTS Øyvind A. Holm" />
27 </head>
28 <body>
29 <p><a href="http://validator.w3.org/check?uri=referer"><img
30 src="http://www.sunbase.org/images/valid-xhtml10.png"
31 alt="Valid XHTML 1.0" width="88" height="31"
32 style="border: 0;" /></a>
33 <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
34 src="http://www.sunbase.org/images/valid-css.png" alt="Valid CSS"
35 width="88" height="31" style="border: 0;" /></a></p>
36 </body>
37 </html>