move proxy to more stable server
This commit is contained in:
parent
fff24545a6
commit
f12316a80e
7 changed files with 11 additions and 11 deletions
|
|
@ -2,12 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>amy hacked</title>
|
||||
<meta content="i am hakcer" property="og:title" />
|
||||
<meta content="wevbsiutres that ive st0oplen" property="og:description" />
|
||||
<meta content="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
<meta content="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>amy</title>
|
||||
<meta content="ECHO" property="og:title" />
|
||||
<meta content="warning: this user is known to be extremely silly, proceed with caution." property="og:description" />
|
||||
<meta content="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
<meta content="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>amy reviews</title>
|
||||
<meta content="review" property="og:title" />
|
||||
<meta content="rewviewdb, but not turkish" property="og:description" />
|
||||
<meta content="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
<meta content="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
|
||||
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ function App() {
|
|||
}, 200);
|
||||
gitgay.src = "/gaybackground.png"
|
||||
}} classList={{'gitgayimg': true, 'animate': isAnimating(), 'gaybackground': isAnimating()}}
|
||||
src="https://proxy.mono.exhq.dev/_/plain/https://git.lgbt/assets/img/logo.png"
|
||||
src="https://proxy.spiro.exhq.dev/_/plain/https://git.lgbt/assets/img/logo.png"
|
||||
alt="logo of git.lgbt"/> as HTMLImageElement
|
||||
// @ts-ignore
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ export default function Reviews() {
|
|||
|
||||
|
||||
export const theImager = async (id: string): Promise<string> => (await fetch(`https://dc-lookup.spiro.exhq.dev/v1/user/${id}`)
|
||||
.then(res => res.json()).then(data => "https://proxy.mono.exhq.dev/_/plain/"+data.avatar.link).catch(() => "https://http.cat/status/100"));
|
||||
.then(res => res.json()).then(data => "https://proxy.spiro.exhq.dev/_/plain/"+data.avatar.link).catch(() => "https://http.cat/status/100"));
|
||||
|
||||
function SingleReview(props: NeoReview) {
|
||||
const [imageSrc, setImageSrc] = createSignal("");
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ export function MusicEntry({ spotifylink }: { spotifylink: string }) {
|
|||
}} class="singlemusic">
|
||||
<img style={{
|
||||
"margin-right": "0.5em"
|
||||
}} src={"https://proxy.mono.exhq.dev/_/plain/" + musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.thumbnailUrl} alt={"album cover of" + musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.title} />
|
||||
}} src={"https://proxy.spiro.exhq.dev/_/plain/" + musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.thumbnailUrl} alt={"album cover of" + musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.title} />
|
||||
<div class="innersinglemusic">
|
||||
<div class="musicartist" > {
|
||||
musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.artistName?.length > 43 ? musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.artistName.substring(0, 30) + "..." : musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.artistName
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ export function Bdpfp({setpopupEasterEgg}: { setpopupEasterEgg: (value: boolean)
|
|||
}} class='header bd'>
|
||||
<div class="birthdayparent">
|
||||
<img class='birthdaypfp birthday'
|
||||
src="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png"
|
||||
src="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png"
|
||||
alt="amy's current discord pfp, with a birthday hat on it"/>
|
||||
<img class='birthdayhat birthday' src="./birthday.png" alt=""/>
|
||||
<HoverComponent/>
|
||||
|
|
@ -23,7 +23,7 @@ export function Normalpfp({setpopupEasterEgg}: { setpopupEasterEgg: (value: bool
|
|||
setpopupEasterEgg(true)
|
||||
}} class="birthdayparent header normal">
|
||||
<img class="initialanim"
|
||||
src="https://proxy.mono.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png"
|
||||
src="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png"
|
||||
alt="amy's current discord pfp" onMouseEnter={(e) => {
|
||||
(e.target as HTMLImageElement).animate([
|
||||
{transform: "rotateZ(0deg)"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue