-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
20 lines (20 loc) · 877 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="fr">
<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"/>
<meta http-equiv="refresh" content="0;url=https://php.sylvain.pro"/>
<title>Redirection vers PHP...</title>
<link rel="stylesheet" href="https://sylvain.pro/assets/css/bulma.css"/>
<link rel="stylesheet" href="https://sylvain.pro/assets/css/index.css"/>
<link rel="icon shortcut" href="https://sylvain.pro/assets/images/logo.png"/>
</head>
<body>
<section class="section">
<div class="section-heading mb-3 description">
<h3 class="title is-2 mb-1">Redirection en cours...</h3>
<h4 class="subtitle is-5">Si vous n'êtes pas redirigé, cliquez <a href="https://php.sylvain.pro">ici</a>.</h4>
</div>
</body>
</html>