1
0
Fork 0

my name is amy

This commit is contained in:
amy 2025-04-21 02:16:04 +03:30
parent 031f84cc60
commit 190117d9ef
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
<link rel="icon" type="image/svg+xml" href="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.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
<meta content="https://proxy.spiro.amy.rip/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
</head>

View file

@ -93,7 +93,7 @@ function App() {
animate: isAnimating(),
gaybackground: isAnimating(),
}}
src="https://proxy.spiro.exhq.dev/_/plain/https://git.amy.rip/assets/img/logo.png"
src="https://git.amy.rip/assets/img/logo.png"
alt="logo of git.amy.rip"
/>
) as HTMLImageElement;

View file

@ -72,7 +72,7 @@ export default function Reviews() {
export const theImager = async (id: string): Promise<string> =>
await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`)
.then((res) => res.json())
.then((data) => "https://proxy.spiro.exhq.dev/_/plain/" + data.avatar.link)
.then((data) => "https://proxy.spiro.amy.rip/_/plain/" + data.avatar.link)
.catch(() => "https://http.cat/status/100");
function SingleReview(props: NeoReview) {

View file

@ -28,7 +28,7 @@ export function MusicEntry(props: {musicInfo:Song}) {
<img style={{
"margin-right": "0.5em"
}}
src={"https://proxy.spiro.exhq.dev/_/plain/" + props.musicInfo.thumbnailUrl}
src={"https://proxy.spiro.amy.rip/_/plain/" + props.musicInfo.thumbnailUrl}
alt={"album cover of " + props.musicInfo.title}/>
<div class="innersinglemusic">
<div class="musicartist"> {