add main-site
This commit is contained in:
parent
0bcf58c844
commit
0a3a77a9ff
52 changed files with 11206 additions and 0 deletions
23
main-site/error404.html
Normal file
23
main-site/error404.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!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.0">
|
||||
<link rel="icon" href="//api.gzod01.fr/pictures/gzod01.ico">
|
||||
<link rel="stylesheet" href="//api.gzod01.fr/css/style.css">
|
||||
<script src="//api.gzod01.fr/scripts/main.js"></script>
|
||||
<title>404 Bad Request</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header"></div>
|
||||
<div style="height:100%"class=content>
|
||||
<div class="fullcenteredparent">
|
||||
<div class=fullcentered>
|
||||
<h1>404 ERROR</h1>
|
||||
<h2>LA PAGE DEMANDÉE N'EXISTE PAS!</h2>
|
||||
</div></div>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in a new issue