<?php$messages=array('We need a map.','I think we\'re lost.','We took a wrong turn.');?>
#wrapperh2:first-of-type{
<h1><?phpecho$messages[mt_rand(0,2)];?></h1>
margin-top:0;
}
</style>
</head>
<body>
<divid="header">
<?php
$messages=array("We're lost.","This doesn't look familiar.","We need a map.");
$message=$messages[mt_rand(0,2)];
?>
<h1class="laravel"><?phpecho$message;?></h1>
<p>We're really sorry, but we couldn't find the resource you requested.</p>
</div>
<divid="wrapper">
<p>Perhaps you would like to go to our <?phpechoHTML::link('/','home page');?> instead?</p>
<?php
</div>
$apologies=array("This is embarrassing.","Don't give up on us.","We're really sorry.");
</body>
$apology=$apologies[mt_rand(0,2)];
?>
<h2><?phpecho$apology;?></h2>
<p>We couldn't find the resource you requested. Would you like go to our <ahref="<?phpechoConfig::get('application.url');?>">home page</a> instead?</p>
<?php$messages=array('Something bad has happened.','We messed up.','Whoops!');?>
margin:0auto;
margin-bottom:15px;
<h1><?phpecho$messages[mt_rand(0,2)];?></h1>
margin-top:20px;
width:80%;
<p>We're really sorry, but something went wrong while we were processing your request.</p>
}
<p>Perhaps you would like to go to our <?phpechoHTML::link('/','home page');?> instead?</p>
#wrapper{
</div>
background-color:#fff;
</body>
border-radius:10px;
margin:0auto;
padding:10px;
width:80%;
}
#wrapperh2:first-of-type{
margin-top:0;
}
</style>
</head>
<body>
<divid="header">
<?php
$messages=array('Whoops!','Oh no!','Ouch!');
$message=$messages[mt_rand(0,2)];
?>
<h1class="laravel"><?phpecho$message;?></h1>
</div>
<divid="wrapper">
<?php
$apologies=array("It's not your fault.","Don't give up on us.","We're really sorry.");
$apology=$apologies[mt_rand(0,2)];
?>
<h2><?phpecho$apology;?></h2>
<p>Something failed while we were handling your request. Would you like go to our <ahref="<?phpechoConfig::get('application.url');?>">home page</a> instead?</p>