33 lines
572 B
HTML
33 lines
572 B
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Free Software Foundation Europe - Merchandise</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>FSFE Merchandise</h1>
|
|
|
|
<form action="/cgi-bin/order.pl" method="post">
|
|
<h2>Pins</h2>
|
|
|
|
<dynamic-content type="pin" />
|
|
|
|
<h2>T-Shirts</h2>
|
|
|
|
<dynamic-content type="t-shirt" />
|
|
|
|
<center>
|
|
<input type="submit" value="Send it">Send order</input>
|
|
</center>
|
|
</form>
|
|
</body>
|
|
|
|
<timestamp>$Date$ $Author$</timestamp>
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|