mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 01:30:58 +00:00
Add Custom 500 Page
This commit is contained in:
parent
b9c69d7aff
commit
45bdc91721
31
public/view/fr/500.html
Normal file
31
public/view/fr/500.html
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="description" content="site web du club conjure de l'école de technologie supérieure ÉTS à Montréal" />
|
||||||
|
<meta name="keywords" content="Conjure, Laboratoire de médias interactifs, Club Conjure, ÉTS, École de technologie supérieure, jeu vidéo, médias interactifs" />
|
||||||
|
<meta name="author" content="Club Conjure" />
|
||||||
|
|
||||||
|
<title>Club Conjure</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../css/main.min.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="logo-container">
|
||||||
|
<a href="#"><img src="../../img/conjure-logo.svg" alt="Conjure Logo"></a>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<section class="section full-height" id="splashscreen">
|
||||||
|
<div class="bg-img full-height full-width"></div>
|
||||||
|
<div class="splashscreen-text-container full-width error">
|
||||||
|
<h1>500 Une erreur est survenue!</h1>
|
||||||
|
<div class="border-seperator"></div>
|
||||||
|
<p>Un glitch s'est glissé dans nos jeux. </br> S'il vous plaît, redémarrer votre recherche à la <a href="https://conjure.etsmtl.ca">dernière sauvegarde</a>.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user