-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmap.html
More file actions
45 lines (44 loc) · 1.98 KB
/
map.html
File metadata and controls
45 lines (44 loc) · 1.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>(Archive V1) Map - Ninjin</title>
<link rel="icon" type="image/png" href="Images/favicon.png">
<link rel="stylesheet" href="assets/css/style.css">
<meta name="robots" content="noindex,notranslate,nofollow" />
</head>
<body>
<section id="archive-banner">
<div class="centered">
<div>
<div class="archive-banner__message">
<h2>Cette page a été archivée et n'est plus mise à jour.</h2>
<p>
<a href="https://db.ninjin.eu.org">Veuillez vous référer à la nouvelle version du site</a>
</p>
</div>
<div class="archive-banner__logo">
<span>
<img src="/Images/LogoNinjin.png" width="66" height="44" />
</span>
</div>
</div>
</div>
</section>
<ul id="nav">
<li><a href="/">Accueil</a></li>
<li><a href="/join">Rejoindre</a></li>
<li><a href="/features">Features</a></li>
<li><a href="/map">Map</a></li>
<li><a href="/rules">Règles</a></li>
<li><a title="Discord" href="https://discord.gg/JcbAENk"><img src="Images/DiscordLogo.png" alt="Discord Logo" height="5%" width="20"></a></li>
<li><a title="Youtube" href="https://www.youtube.com/channel/UCRQcMWRLBLC-jj1XvyCv7yA"><img src="Images/youtubeLogo.png" alt="Youtube Logo" height="5%" width="20"></a></li>
<li><a title="Launcher" href="https://github.com/Hedaox/Ninjin/raw/master/download/NinjinLauncherBootstrap.jar"><img src="Images/LogoNinjin.png" alt="Youtube Logo" height="5%" width="20"></a></li>
</ul>
<h1><img src="Images/Banniere3.png" alt="Ninjin Logo" class="responsive"></br></h1>
<section>
<h2>Map</h2>
<p>Voici la map du serveur, les dimensions sont 10000x8000 blocks.</p>
<p><img src="Images/MapDbzServer.png" alt="map" class="responsive"></p>
</section>
</html>