qmining-page/src/pages/404.js
2021-03-06 15:00:42 +01:00

15 lines
366 B
JavaScript

export default function Custom404() {
return (
<center>
<h1>404</h1>
<iframe
width="660"
height="465"
src="https://www.youtube-nocookie.com/embed/GOzwOeONBhQ"
frameBorder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
/>
</center>
)
}