Files
Gw0bm/resources/views/errors/500.blade.php

11 lines
203 B
PHP

<style type="text/css">
body {
background: black;
color: white;
text-align: center;
}
</style>
<h5>Oh shit! Something went wrong!</h5>
<p>Please try again later</p>