Website/index.html
2024-01-09 15:08:56 +01:00

37 lines
999 B
HTML

<!-- index.html -->
<!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="/styles.css">
<title>Spitfire</title>
</head>
<body style="background-color: black;">
<div class="bg-animation">
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<div id="stars4"></div>
<div class="center-text" class="link-text">
<p>
<h1>Spitfire Browser</h1>
<h3>available soon™</h3>
<br> <!-- https://sourceforge.net/projects/spitfire-browser/ -->
<a href="#">Windows</a>
<a href="#">Linux</a>
<a href="#">macOS</a>
<a href="#">chromeOS</a>
<br>
<br>
</p>
</div>
<div class="link-text">
<a href="https://search.spitfirebrowser.com/">🔍</a>
</div>
</div>
</body>
</html>