You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.8 KiB
44 lines
1.8 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<meta Http-Equiv="Cache-Control" Content="no-cache">
|
|
<meta Http-Equiv="Pragma" Content="no-cache">
|
|
<meta Http-Equiv="Expires" Content="0">
|
|
<title>404 - Page non trouvée</title>
|
|
<!-- Bootstrap CSS -->
|
|
<link href="<?=plugins_bundle();?>template/css/bootstrap.min.css" rel="stylesheet">
|
|
<!-- Notify Me CSS -->
|
|
<link href="<?=plugins_bundle();?>bootstrap/notify_3.3.1/animate.min.css" rel="stylesheet">
|
|
<!-- Custom CSS -->
|
|
<link href="<?=plugins_bundle();?>template/css/sb-admin.css" rel="stylesheet">
|
|
<!-- Favicon -->
|
|
<link href="<?=images_bundle();?>fav-icon.ico" rel="icon" sizes="32x32">
|
|
<!-- Custom Fonts -->
|
|
<link href="<?=plugins_bundle();?>template/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="error_404" class="container-fluid">
|
|
<div class="row text-center">
|
|
<div class="col-md-12">
|
|
<img class="logo center-block" src="<?php echo auto_version(base_url('FW/assets/img/logo_dark.png')); ?>" width="320">
|
|
<h1><?="404 - Page non trouvée"?></h1>
|
|
<p><?="La page que vous avez demandée ne peut pas être trouvée"?></p>
|
|
</div>
|
|
</div>
|
|
<div class="row text-center">
|
|
<div class="col-md-12 mt-4">
|
|
<div class="form-inline">
|
|
<form class="form-group">
|
|
<button class="btn btn-defaul btn-sm pull-right"><a href="<?php echo base_url()?>">Back to Homepage</a> </button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|