my name is amy
This commit is contained in:
parent
031f84cc60
commit
190117d9ef
4 changed files with 6 additions and 6 deletions
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<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" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>amy reviews</title>
|
<title>amy reviews</title>
|
||||||
<meta content="review" property="og:title" />
|
<meta content="review" property="og:title" />
|
||||||
<meta content="rewviewdb, but not turkish" property="og:description" />
|
<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" />
|
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ function App() {
|
||||||
animate: isAnimating(),
|
animate: isAnimating(),
|
||||||
gaybackground: 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"
|
alt="logo of git.amy.rip"
|
||||||
/>
|
/>
|
||||||
) as HTMLImageElement;
|
) as HTMLImageElement;
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ export default function Reviews() {
|
||||||
export const theImager = async (id: string): Promise<string> =>
|
export const theImager = async (id: string): Promise<string> =>
|
||||||
await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`)
|
await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`)
|
||||||
.then((res) => res.json())
|
.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");
|
.catch(() => "https://http.cat/status/100");
|
||||||
|
|
||||||
function SingleReview(props: NeoReview) {
|
function SingleReview(props: NeoReview) {
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ export function MusicEntry(props: {musicInfo:Song}) {
|
||||||
<img style={{
|
<img style={{
|
||||||
"margin-right": "0.5em"
|
"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}/>
|
alt={"album cover of " + props.musicInfo.title}/>
|
||||||
<div class="innersinglemusic">
|
<div class="innersinglemusic">
|
||||||
<div class="musicartist"> {
|
<div class="musicartist"> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue