Website/index.html

54 lines
1.7 KiB
HTML
Raw Normal View History

2024-01-09 14:08:56 +00:00
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-01-12 13:08:41 +00:00
2024-01-09 14:08:56 +00:00
<link rel="stylesheet" href="/styles.css">
2024-01-12 13:08:41 +00:00
<link rel="icon" type="image/png" href="favicon.png">
2024-01-09 14:08:56 +00:00
<title>Spitfire</title>
2024-01-12 13:08:41 +00:00
<meta content="Embed Title" property="og:title" />
<meta content="" property="og:description" />
<meta content="https://spitfirebrowser.com/" property="og:url" />
<meta content="favicon.png" property="og:image" />
<meta content="#f1f1f1" data-react-helmet="true" name="theme-color" />
2024-01-09 14:08:56 +00:00
</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>
2024-01-12 13:08:41 +00:00
<div class="bottom-text">
<span class="clean-link-text" title="Search Engine">
<a href="https://search.spitfirebrowser.com/">🔍 Search Engine</a>
</span>
<span class="clean-link-text" title="Source Code">
<a href="https://weforgecode.xyz/Spitfire/">🔨 Source Code</a>
</span>
<span class="clean-link-text" title="Donate" href="#">
<a href="#">❤️ Donate</a>
</span>
2024-01-09 14:08:56 +00:00
</div>
</div>
</body>
</html>