Files
saturn.gay/about.html
2025-09-05 21:12:34 +02:00

36 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<title>Saturn</title>
</head>
<body>
<div class="about-container">
<h1>Saturn</h1>
<p>Three developers, one team since 2022.</p>
<p>Saturn is where we showcase the projects weve created.</p>
<br>
<div class="members">
<a href="https://wildy.saturn.gay" target="_blank">WILDY</a>
<a href="https://aze.saturn.gay" target="_blank">AZE</a>
<a href="https://fulgur.saturn.gay" target="_blank">FULGUR</a>
</div>
</div>
<div class="navbar">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="projects.html">PROJECTS</a>
<a href="https://host.saturn.gay/">HOSTING</a>
</div>
<div class="rbottom">
<img src="assets/img/saturn-black.png" alt="">
<p>© 2022 - 2025 SATURN</p>
<p>ALL RIGHTS RESERVED</p>
</div>
</body>
</html>