updated icon & added links

This commit is contained in:
dez 2024-01-12 14:08:41 +01:00
parent e3280f5eac
commit 586fb80a1f
4 changed files with 34 additions and 3 deletions

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View file

@ -4,8 +4,16 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles.css">
<link rel="icon" type="image/png" href="favicon.png">
<title>Spitfire</title>
<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" />
</head>
<body style="background-color: black;">
<div class="bg-animation">
@ -27,9 +35,17 @@
<br>
</p>
</div>
<div class="link-text">
<a href="https://search.spitfirebrowser.com/">🔍</a>
<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>
</div>
</div>

View file

@ -36,6 +36,21 @@ body {
text-decoration: underline; /* Add underline on hover */
}
.clean-link-text a {
color: #a7a7a7;
text-decoration: none; /* Remove default underline */
}
.bottom-text {
text-align: center;
color: rgb(170, 170, 170);
position: absolute;
font-size: 18px;
top: 100%;
left: 50%;
transform: translate(-50%, -110%);
}
.full-wh {
position: absolute;
top: 0px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB