root/trunk/common/index.html

Revision 15, 254 bytes (checked in by michiel, 3 years ago)

made the empty page XHTML 1.0 valid
Fixes #10

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4<head>
5        <title>empty</title>
6</head>
7<body>
8        <p>&nbsp;</p>
9</body>
10</html>
Note: See TracBrowser for help on using the browser.