-
Notifications
You must be signed in to change notification settings - Fork 1
/
page404linknetwork.html
54 lines (49 loc) · 1.53 KB
/
page404linknetwork.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- @Copyright Angélique copéré -->
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Guild Open Tech</title>
<meta name="keywords" content="Innovons l'informatique" />
<meta name="description" content="inspirons les talents" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<link rel="shortcut icon" href="images/favicon.ico" title="favicon" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/GOT-color.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/page404.css" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800"
rel="stylesheet"
type="text/css"
/>
</head>
<body>
<header id="banner" data-enllax-ratio=".5">
<div id="logo">
<img
src="images\Logos\logo_99px.webp"
id="GOT_logo_99px"
alt="GOT_logo"
/>
</div>
</header>
<main id="content-page404" class="content">
<section>
<span class="span">404</span>
<h2 class="title">
Oups ! Pas encore notre priorité de communication,
<br>
mais ça ne saurait tarder 😉.
</h2>
<a href="about.html" class="button primary-color"
>Revenir sur la page A propos</a
>
</section>
</main>
</body>
</html>