-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
57 lines (57 loc) · 2.1 KB
/
error.html
File metadata and controls
57 lines (57 loc) · 2.1 KB
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
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet">
<meta name="theme-color" content="#333333"/>
<link rel="icon" type="icon/png" href="image/favicon.png"/>
<link rel="stylesheet" href="css/assist.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<title>Erreur - Univership</title>
</head>
<body>
<header>
<img src="image/logo.png">
<div>
<a href="index.html">Accueil</a>
<a href="subscription.html">Abonnement</a>
<a href="news.html">Mise à jour</a>
<a href="help.html">Assistance</a>
<a href="download.html">Téléchargement</a>
</div>
<nav class="navbar">
<div class="banner"></div>
<button id="burger"><img src="image/burger.png" alt="accéder au menu"></button>
<div id="dropdown">
<a href="index.html">Accueil</a>
<a href="subscription.html">Abonnement</a>
<a href="news.html">Mise à jour</a>
<a href="help.html">Assistance</a>
<a href="download.html">Téléchargement</a>
</div>
</nav>
</header>
<main>
<h1>Vous êtes perdu ?</h1>
<button>Retournez à la base</button>
</main>
<footer>
<div id="social">
<a href="https://twitter.com/univership_off?lang=fr&lang=f"><img src="image/social/twitter.png"></a>
<a href="https://www.youtube.com/channel/UCtyd-Vh6b9155vsxjlaL9vQ?view_as=subscriber"><img src="image/social/youtube.png"></a>
<a href="https://www.facebook.com/Univership-Officiel-782682542091439/"><img src="image/social/fb.svg"></a>
<a href="https://www.twitch.tv/univership_officiel"><img src="image/social/twitch.png"></a>
<a href="https://www.instagram.com/univership_art/?hl=fr"><img src="image/social/insta.png"></a>
</div>
<div>
<a href="aboutus.html">About Us</a>
<a href="faq.html">FAQ</a>
<a href="conditions.html">Conditions d'utilisation</a>
<a href="policy.html">Politique de confidentialité</a>
</div>
</footer>
<script src="js/navbar.js"></script>
</body>
</html>