myholyvids/what-makes-this-possible/index.html

44 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>What Makes This Possible</title>
<link rel="stylesheet" href="../simple.min.css">
</head>
<body>
<header>
<h1>What Makes This Possible</h1>
<a href="../">Browse</a>
</header>
<main>
<ul>
<li>God duh (for all the other things, and the courage, the topics, heaven etc)</li>
<li>This <a href="https://www.youtube.com/watch?v=OqMp8-0blWk">video</a> stumbling on my feed</li>
<li><a href="https://simplecss.org/">SimpleCSS</a></li>
<li><a href="https://ubuntu.com/download/server">Ubuntu Server</a></li>
<li><a href="https://proxmox.org/">Proxmox</a> (for Virtual Machines)</li>
<li><a href="https://www.acer.com/us-en/desktops-and-all-in-ones/aspire-classic-desktops/aspire-xc/pdp/DT.BH7AA.005">Acer Aspire XC-1660g</a> (The Server Itself, Yes I know its a Desktop I got from Walmart)</li>
<li><a href="https://nginx.org/en/">nginx</a></li>
<li><a href="https://ffmpeg.org/">ffmpeg</a> </li>
<li>The people on the internet that encouraged homelabs</li>
<li>Unfortunately, Charter Spectrum (Our internet provider, yes I host this at home)</li>
<li><a href="https://namecheap.com/">Namecheap</a> (for my domain)</li>
<li>HTML and PHP knowledge and Me as well</li>
</ul>
</main>
<footer>
<p>Praise God</p>
<p>My email: <a href="mailto:tesses@tesses.net">tesses@tesses.net</a></p>
<p>Please forgive me for using PHP on my websites</p>
<p>This is Mike Nolan&apos;s Website for making videos for God</p>
<p>Uses: <a href="https://simplecss.org/">SimpleCSS</a></p>
<p>These videos are released under <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC BY-SA 4.0</a></p>
<a href="https://gitea.site.tesses.net/tesses50/myholyvids">Source Code</a>
</footer>
</body>
</html>