Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
NinjaHeaven | 969028a536 |
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
|
@ -0,0 +1,7 @@
|
||||||
|
.centered{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.loli-not-found{
|
||||||
|
height: 300px;
|
||||||
|
width: 300px; /*modifica la dimensione dell'immagine come ritieni opportuno*/
|
||||||
|
}
|
|
@ -1,12 +1,19 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Navbar from './Navbar';
|
import Navbar from './Navbar';
|
||||||
|
|
||||||
class NotFound extends React.Component {
|
class NotFound extends React.Component { //non mi caricava l'immagine il server quindi non so se le modifiche che ho fatto funzionano sull'immagine spero di si
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Navbar brand="LORDNABBO" />
|
<Navbar brand="LORD//404" />
|
||||||
<div><h1>I MEME 404</h1></div>
|
<div class="container">
|
||||||
|
<h1 class="header">
|
||||||
|
SwEMBRA CHwE QwUALCwOSA SwIA ANDwATO STwORTwO NYAN! UwU
|
||||||
|
<div class="container centered loli-not-found">
|
||||||
|
<img src="Error.png" alt="ragazza anime molto carina"></img>
|
||||||
|
</div>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue