-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
77 lines (77 loc) · 2.67 KB
/
help.html
File metadata and controls
77 lines (77 loc) · 2.67 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!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>Assistance - Univership</title>
</head>
<body>
<header>
<a href="index.html">
<img src="image/logo.png">
</a>
<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 id="help">
<div>
<a href="faq.html" class="faq-img">
<h2>FAQ</h2>
<p>Réponses aux questions les plus fréquentes</p>
</a>
<a href="https://univershipgamesurvey.typeform.com/to/gBFItw" class="bug-img">
<h2>Bug Report</h2>
<p>Communiquez-nous les bugs que vous avez rencontrés</p>
</a>
</div>
<div>
<a href="aboutus.html" class="propos-img">
<h2>A propos</h2>
<p>Présentation de notre équipe</p>
</a>
<a href="contact.html" class="contact-img">
<h2>Nous Contactez</h2>
<p>Contactez-nous si avez une demande</p>
</a>
</div>
</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>