Files
2025-11-25 21:30:43 +01:00

57 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="og:site_name" content="Saturn" />
<meta name="og:type" content="object" />
<meta name="og:image" content="https://saturn.gay/assets/img/saturn-white.png" />
<meta name="og:title" content="Saturn" />
<meta name="og:url" content="https://saturn.gay/" />
<meta name="theme-color" content="#FFFFFF" />
<meta name="og:description" content="Four developers, one team since 2022." />
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="shortcut icon" href="assets/img/saturn-white.png">
<title>Saturn</title>
</head>
<body>
<div class="about-container">
<h1>Saturn</h1>
<p><b>Saturn</b> - it's just a hobby, We are not a company and we only provide services that benefits the needs of friends or ourselves.</p>
<p><b>Background</b> - Saturn started in 2022 and are proud to be a private non-company (lol) secure hosting solution for fun!</p>
<p><b>Related Services</b> - Saturn Services cover *.saturn.gay.</p>
<br>
<h2 style="font-size: 2em;"><i>So what makes Saturn so great?</i></h2>
<p>We provide our friends with custom solutions whether it's web hosting or VPSes, We do it all.</p>
<br>
<p>While it's just a hobby, We take things serious.<br>We run our services on serious hardware with reliable software and nice security options!</p>
</div>
<div class="navbar">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="services.html">SERVICES</a>
<a href="https://hq.saturn.gay/">HQ</a>
</div>
<div class="rbottom">
<div class="switches">
<div class="font-switch">
<span id="fontToggleText">SERIF</span>
</div>
<p>|</p>
<div class="theme-switch">
<span id="themeToggleText">DARK</span>
</div>
</div>
<p>© 2022 - 2025 SATURN</p>
<p>ALL RIGHTS RESERVED</p>
</div>
<script src="assets/js/darkmode.js"></script>
<script src="assets/js/font.js"></script>
</body>
</html>