diff options
| author | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
| commit | 64537f8850fe00b759f258999f33ffd0ad8c08d6 (patch) | |
| tree | 8c8a5f32a75f1318c49ca33b0e279780c9896008 /src/components/error | |
| parent | :sa: (diff) | |
| download | me-64537f8850fe00b759f258999f33ffd0ad8c08d6.tar.xz me-64537f8850fe00b759f258999f33ffd0ad8c08d6.zip | |
:star:
Diffstat (limited to 'src/components/error')
| -rw-r--r-- | src/components/error/Hero.js | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/components/error/Hero.js b/src/components/error/Hero.js deleted file mode 100644 index 9b25d7e..0000000 --- a/src/components/error/Hero.js +++ /dev/null @@ -1,33 +0,0 @@ -import React, { Component } from 'react'; - -export default class Hero extends Component { - render() { - return( - <React.Fragment> - <div className="hero"> - <div className="header"> - <img className="wow fadeInUp" data-wow-delay="1s" - src="https://web.archive.org/web/20090830171432im_/http://geocities.com/gapc/lgm-nosmovimos.gif" - alt="lost gif" /> - <br /><br /> - - <h6 className="wow fadeInUp" data-wow-delay="1.2s">wow, you seem to be <span style={{"letterSpacing": "4px", "fontStyle": "italic", "fontWeight": "bold"}}>lost</span> ...</h6> - <br /> - - <center> - <a href="/"> - <center> - <img className="wow fadeInUp" data-wow-delay="1s" - src="https://web.archive.org/web/20091021193614/http://www.geocities.com/moz_compilation/homeswrl_e0.gif" - alt="home gif" /> - </center> - </a> - </center> - </div> - </div> - - { /* <div className="scroll-down"></div> */ } - </React.Fragment> - ) - } -}
\ No newline at end of file |