-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<title>Error 404</title>
</head>
<body>
<div class="container">
<div class="error">
<h1>Sorry !</h1>
<h2 class="animated infinite bounce delay-2s">404 not found</h2>
<div class="details">Désolé, cette page est introuvable.</div>
<div class="back-button"><a href="https://github.com/PironSteve" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-circle-arrow-left"></span> Retour</a></div>
</div>
</div>
</body>
</html>