17 lines
426 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Error</title>
</head>
<body>
<h1>{{ message }}</h1>
<script>
setTimeout(function() {
window.location.href = "{{ base_url }}";
},2000)
</script>
</body>
</html>