From 49eedada9b73159800d9622eeb540c0ea18e1a8f Mon Sep 17 00:00:00 2001 From: Fuwn <50817549+8cy@users.noreply.github.com> Date: Mon, 12 Oct 2020 21:24:15 -0700 Subject: make site "r e t r o" --- src/components/error/Hero.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/components/error/Hero.js (limited to 'src/components/error') 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( + +
+
+ lost gif +

+ +
wow, you seem to be lost ...
+
+ +
+ +
+ home gif +
+
+
+
+
+ + { /*
*/ } +
+ ) + } +} \ No newline at end of file -- cgit v1.2.3