-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjeux.html
93 lines (84 loc) · 3.84 KB
/
jeux.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!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">
<link rel="stylesheet" href="./css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/c846dbff0e.js" crossorigin="anonymous"></script>
<title>Etgama Craft - Jeux</title>
</head>
<body>
<section class="jeux-section-top">
<header>
<a class="header-logo" href="./index.html">
<img src="./img/logo.png" alt="logo serveur minecraft">
</a>
<nav class="nav-main">
<a class="Jouer " href="./jouer.html">Jouer</a>
<a class="Accueil" href="./index.html">Accueil</a>
<a class="Jeux" href="./jeux.html">Jeux</a>
<a class="Boutique" href="./boutique.html">Boutique</a>
<a class="Support" href="./support.html">Support</a>
</nav>
</header>
<section class="jeux-section-top-content">
<h1 class="jeux-title">Vous pouvez jouer à tout ces mini-jeux sur notre serveur</h1>
<div class="jeux-section-top-content-list-container">
<ul class="jeux-pvp"><span>PVP</span>
<li>Bedwars</li>
<li>Skywars</li>
<li>UHC</li>
<li>The bridge</li>
<li>Duels classiques</li>
<li>Duel 1.16</li>
<li>Wool war</li>
<li>Match à mort</li>
<li>Capture the wool</li>
<li>Capture the flag</li>
<li>Paint ball</li>
</ul>
<ul class="jeux-mini-jeux"><span>Mini jeux</span>
<li>Build battle</li>
<li>Sumo</li>
<li>Dé à coudre</li>
<li>Cache cache</li>
<li>Cache cache prop hunt</li>
<li>Tnt run</li>
<li>Tnt tag</li>
</ul>
<ul class="jeux-survie"><span>Survie</span>
<li>Skyblock</li>
<li>SMP</li>
</ul>
<img class="creeper" src="./img/creeper.png" alt="creeper cartoon">
</div>
</section>
</div>
</section>
<footer>
<a class="footer-logo" href="./index.html">
<img src="./img/logo.png" alt="logo serveur minecraft">
</a>
<h1 class="footer-title">Etgama Craft</h1>
<p class="footer-txt">Etgama Craft est un serveur Minecraft non affilié à Mojang.<br> Nous proposons un service de qualité accessible gratuitement. </p>
<div class="footer-links">
<a href="https://twitter.com/etgama" target="blank" class="footer-links-twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://discord.gg/4jYsaA7qT3" target="blank">
<i class="fa-brands fa-discord"></i>
</a>
<a href="https://www.youtube.com/user/etgama" target="blank">
<i class="fa-brands fa-youtube"></i>
</a>
<a href=""></a>
<a href=""></a>
</div>
<span class="footer-txt">Suivez-nous sur tout nos résaux pour rester informer sur toutes les nouvautés</span>
</footer>
</body>
</html>