Files
fsfe-website/boilerplate.en.xhtml
jonas c404260b8f Fixed DOCTYPE of boilerplate.
svn path=/trunk/; revision=3172
2003-02-03 19:18:03 +00:00

30 lines
521 B
HTML

<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>FSF Europe - Boilerplate</title>
</head>
<body>
<!-- Begin page content -->
<p>This rocks</p>
<!-- End page content -->
</body>
<timestamp>
Last update:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->