mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added 404, error and test sender page
This commit is contained in:
parent
214d15ef66
commit
49753aa113
3 changed files with 59 additions and 0 deletions
8
src/pages/404.js
Normal file
8
src/pages/404.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
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>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue