diff options
| author | Fuwn <[email protected]> | 2020-10-12 21:24:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-10-12 21:24:15 -0700 |
| commit | 49eedada9b73159800d9622eeb540c0ea18e1a8f (patch) | |
| tree | 645cbb9e8fbffab4533b4ea50a75cd2a946c71d0 /src/components/error | |
| parent | woops i forgot to commit these files lul (diff) | |
| download | me-49eedada9b73159800d9622eeb540c0ea18e1a8f.tar.xz me-49eedada9b73159800d9622eeb540c0ea18e1a8f.zip | |
make site "r e t r o"
Diffstat (limited to 'src/components/error')
| -rw-r--r-- | src/components/error/Hero.js | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/components/error/Hero.js b/src/components/error/Hero.js new file mode 100644 index 0000000..9b25d7e --- /dev/null +++ b/src/components/error/Hero.js @@ -0,0 +1,33 @@ +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 |