More silly fun with custom html elements
This commit is contained in:
parent
de5586d074
commit
f2d286d129
@ -1,12 +1,11 @@
|
|||||||
import { Alert, Row } from '../components/Bootstrap';
|
import { Alert, Row } from '../components/Bootstrap';
|
||||||
|
|
||||||
export const OopsView = (props) => (
|
export const OopsView = (props) => (
|
||||||
<Row className="align-items-center justify-content-center full-height">
|
<Row className="align-items-center justify-content-center full-height" tag="bs-row">
|
||||||
<Alert className="abs-center" color="danger" style={{padding: '5em'}} tag="main">
|
<Alert className="abs-center" color="danger" style={{padding: '5em'}} tag="main">
|
||||||
<h1>Oops!</h1>
|
<h1>Oops!</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<p>Looks like there was a problem.</p>
|
<p>Looks like there was a problem. (╥﹏╥)</p>
|
||||||
<p>(╥﹏╥)</p>
|
|
||||||
<p>(╯°□°)╯︵ ┻━┻</p>
|
<p>(╯°□°)╯︵ ┻━┻</p>
|
||||||
</Alert>
|
</Alert>
|
||||||
</Row>
|
</Row>
|
||||||
|
Loading…
Reference in New Issue
Block a user