Commit new slackware.uk content (with themes).

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-30 02:02:52 +01:00
commit e06c1db9cb
54 changed files with 1457 additions and 2572 deletions

32
html/errordocs/401.php Normal file
View file

@ -0,0 +1,32 @@
<!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">401 - Unauthorised</b><br>
Authentication is required.
</td>
</tr>
</table>
</center>
</body>
</html>