Files
fsfe-website/boilerplate.de.xhtml
2001-04-24 10:55:16 +00:00

41 lines
848 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 lang="de">
<head>
<title>FSF Europe - Boilerplate</title>
</head>
<body>
<div> <!-- The header will be inserted here -->
<center>
[
<!-- Please update as needed and keep it in alphabetical order -->
Deutsch |
<a href="boilerplate.en.html">English</a> |
<a href="boilerplate.fr.html">Français</a>
]
</center>
<!-- Begin page content -->
<p>This rocks</p>
<!-- End page content -->
</div> <!-- The footer will be inserted here -->
Last update:
<!-- timestamp start -->
$Date: $ $Author: $
<!-- timestamp end -->
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->