32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<?php require ("../includes/vars.php"); ?>
|
|
<html>
|
|
<?php require ("../includes/head.php"); ?>
|
|
<body>
|
|
<center>
|
|
<?php require ("../includes/logo.php"); ?>
|
|
</center>
|
|
<hr width="90%">
|
|
<table width="75%" cellspacing="0" align="center">
|
|
<tr>
|
|
<td align="center" valign="top">
|
|
<b class="heading">Patronage & Donations</b><br>
|
|
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
|
|
<?php require ("../includes/donate.php"); ?>
|
|
All <a href="/html/donors.php" title="Donors">donations</a> will be gratefully received - thank you!
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<center>
|
|
<table class="header" border="0" align="center">
|
|
<tr>
|
|
<td align="center">
|
|
<b class="heading">400 - Bad Request</b><br>
|
|
The server could not understand the request.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|