IMMREX7
<!DOCTYPE html>
<html>
<head>
<!-- <meta charset="utf-8"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>School MIS</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
<style>
* {
box-sizing: border-box;
}
body {
font: 110%/1.5 system-ui, sans-serif;
background: #131417;
color: white;
height: 100vh;
margin: 0;
display: grid;
place-items: center;
padding: 2rem;
}
main {
max-width: 350px;
}
a {
color: #56BBF9;
}
</style>
<body>
<h1 data-test-id="text-404">Invalid Link</h1>
<p>I'm afraid you've found a link that doesn't exist. That can happen when you open a link that has been deleted. Or the link was incorrect to begin with.</p>
<p>Sorry about that. We've logged the error for review, in case it's our fault.</p>
</body>
</html>
Copyright © 2021 -