Skip to content

Commit

Permalink
feat: add /acryss (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet authored Mar 31, 2024
1 parent 2478d94 commit d25b0f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/acryss.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { useEffect } from 'react';

const Acryss = () => {
useEffect(() => {
window.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ';
}, []);

return null;
};

export default Acryss;

0 comments on commit d25b0f0

Please sign in to comment.