tlds are overrated, we all should just pay 250,000$ for a domain
This commit is contained in:
parent
8b2caf99e7
commit
9c12845306
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue