Skip to content

Commit

Permalink
Add laululäsy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovipu committed Nov 3, 2023
1 parent c8d579c commit 726510c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pages/vuosijuhlat.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { useRouter } from 'next/router';
import { useEffect } from 'react';

const Vuosijuhlat = () => {
const { push } = useRouter();
useEffect(() => {
push(
'https://docs.google.com/gview?embedded=true&url=https://turunwappuradio.com/laulut.pdf'
);
}, []);
return <p></p>;
};

export default Vuosijuhlat;
Binary file added public/laulut.pdf
Binary file not shown.

0 comments on commit 726510c

Please sign in to comment.