Made the first attempts at creating some XHTML files for the Swedish

actions of the FSF Europe.

svn path=/trunk/; revision=2346
This commit is contained in:
jonas 2002-07-18 08:59:43 +00:00
parent 112702a790
commit d28c1b667e

45
se/index.en.xhtml Normal file
View File

@ -0,0 +1,45 @@
<?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="en">
<head>
<title>Free Software Foundation Europe - Sweden</title>
</head>
<body>
<div> <!-- The header will be inserted here -->
<!-- Begin page content -->
<center>
<h1>FSF Europe - Sweden</h1>
</center>
<p>
Welcome to the home page of the Swedish part of the
<a href="{$fsfeurope}">Free Software Foundation Europe</a>.
</p>
<h3>News</h3>
<p>
</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: ***
-->