tlds are overrated, we all should just pay 250,000$ for a domain

This commit is contained in:
echo 2024-09-04 03:14:27 +03:30
parent 8b2caf99e7
commit 9c12845306

View file

@ -72,10 +72,10 @@ function App() {
let gitgay = <img onClick={() => {
setIsAnimating(true)
setTimeout(() => {
window.location.href = "https://git.gay/exhq"
window.location.href = "https://git.lgbt/exhq"
}, 200);
gitgay.src = "/gaybackground.png"
}} classList={{ 'gitgayimg': true, 'animate': isAnimating(), 'gaybackground': isAnimating() }} src="https://git.gay/assets/img/logo.png" alt="LMAO IMAGINE BEING BLIND" /> as HTMLImageElement
}} classList={{ 'gitgayimg': true, 'animate': isAnimating(), 'gaybackground': isAnimating() }} src="https://git.lgbt/assets/img/logo.png" alt="LMAO IMAGINE BEING BLIND" /> as HTMLImageElement
return (
<>
{/* <div onmouseenter={remov} class='header'>
@ -168,7 +168,7 @@ function App() {
</div>
</div>
</Music>
<div class='footer'> made with by echo. <a href="https://git.gay/exhq/v2.exhq.dev">this website is opensource</a></div>
<div class='footer'> made with by echo. <a href="https://git.lgbt/exhq/v2.exhq.dev">this website is opensource</a></div>
</>
)
}