Compare commits

...

2 Commits

2 changed files with 8 additions and 1 deletions

7
pages/donate.php Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/php
<!--
Alias for the support page with a more common name.
-->
<?php
include "support.php";
?>

View File

@ -23,7 +23,7 @@
[class*="col-"] {
float: left;
padding: 15px;
padding: 8px;
border: 1px solid green; /* FORTESTING otherwise disable */
}