-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
46 lines (39 loc) · 2.08 KB
/
404.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
<!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" />
<meta name="description" content="La compétition multi-gaming créée par des étudiants pour des étudiants. Que ce soit pour s'amuser ou pour try-hard, venez vous affronter et jouer ensemble !"" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Poly Games Day" />
<meta property="og:description" content="La compétition multi-gaming créée par des étudiants pour des étudiants. Que ce soit pour s'amuser ou pour try-hard, venez vous affronter et jouer ensemble !" />
<meta property="og:url" content="https://pgd.ci-polytech-nancy.fr/" />
<meta property="og:image" content="https://pgd.ci-polytech-nancy.fr/static/images/logo.webp" />
<meta content="#e22f8a" data-react-helmet="true" name="theme-color" />
<title>Poly Games Day - Page inconnue</title>
<link rel="stylesheet" href="static/style.css" />
<link rel="icon" href="static/images/logo.webp" />
</head>
<body>
<header>
<a href="/" id="logo"> </a>
<nav>
<a href="https://www.instagram.com/club_info_polytech_nancy/" target="_blank" aria-label="Notre Instagram" class="fab fa-instagram"></a>
<a href="https://www.discord.gg/PMNFaNG" target="_blank" aria-label="Notre Discord" class="fab fa-discord"></a>
<a href="https://www.facebook.com/ClubInfoPolytechNancy" target="_blank" aria-label="Notre Facebook" class="fab fa-facebook"></a>
<a href="https://www.youtube.com/channel/UCkh5EzQc0l9Wi-muVNXbYQw" target="_blank" aria-label="Notre Youtube" class="fab fa-youtube"></a>
<a href="https://www.twitch.tv/ci_polytech_nancy" target="_blank" aria-label="Notre chaîne Twitch" class="fab fa-twitch"></a>
</nav>
</header>
<div class="container" id="error">
<h1>Erreur 404</h1>
<div class="error-details">
Cette page n'existe pas
</div>
<div class="container centered">
<a href="/" id="cta">Accueil</a>
</div>
</div>
</body>
</html>