This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/credits.php

33 lines
1.6 KiB
PHP
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Credit for the speedie.site page and services I run.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Credits</title>
</head>
<body>
<div class="content">
<h2>Credits</h2>
<p>Credits for this website and all services I run.</p>
<ul>
<li>speedie.site</li>
<p>The initial concept for this site was designed by <a href="https://donut.eu.org">donut.eu.org</a>. I have expanded on it significantly and rewritten a lot of the styling since. Thank you!</p>
<li>git.speedie.site</li>
2023-07-30 20:29:20 +02:00
<p>git.speedie.site is a <a href="https://about.gitea.com">Gitea</a> instance.</p>
<li>ls.speedie.site</li>
<p>ls.speedie.site is a fork of <a href="https://github.com/lorenzos/Minixed">MINIXED</a> with mostly styling changes.</p>
<li>spmenu.speedie.site</li>
<p>The spmenu wiki is a fork of <a href="https://github.com/panicsteve/w2wiki">w2wiki</a>, which I have modified significantly, by removing public writing and other features I don't use.</p>
<li>Web server</li>
<p>Everything is hosted on a Vultr VPS using Apache2.</p>
</ul>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>