mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Prettying stuff
This commit is contained in:
parent
843f0a7dad
commit
34cc962ab4
16 changed files with 247 additions and 218 deletions
|
@ -1,9 +1,16 @@
|
|||
function Error ({ statusCode }) {
|
||||
function Error({ statusCode }) {
|
||||
const render404 = () => {
|
||||
return (
|
||||
<center>
|
||||
<h1>404</h1>
|
||||
<iframe width='100%' height='465' src='https://www.youtube-nocookie.com/embed/GOzwOeONBhQ' frameBorder='0' allow='accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture' allowFullScreen />
|
||||
<iframe
|
||||
width="100%"
|
||||
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