-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.94 KB
/
index.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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Efrei Craft</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="/css/master.css">
<link rel="shortcut icon" href="/img/favicon.png" type="image/png">
<meta property="og:title" content="Efrei Craft"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://efreicraft.fr/"/>
<meta property="og:image" content="https://efreicraft.fr/img/favicon.png"/>
<meta property="og:description" content="Le serveur Minecraft de l’Efrei, avec des joueurs comme des développeurs, pour vous proposer la meilleure expérience possible !"/>
<meta name="theme-color" content="#2F1E44">
</head>
<body>
<header>
<h1 class="logo">EFREICRAFT</h1>
<nav>
<ul>
<li><a href="/">Accueil</a></li>
<li><a href="/projects">Projets</a></li>
<li><a href="/events">Events</a></li>
</ul>
</nav>
</header>
<div class="center-message">
<h1 style="font-family: 'Minercraftory';">SITE EN DÉVELOPPEMENT</h1>
<h2>En attendant, rejoignez-nous sur Discord !</h2>
<a href="https://discord.gg/5kfu9D69AJ" style="color: inherit; text-decoration: none; font-size: 48px;"><i class="fa-brands fa-discord"></i></a>
</div>
<script src="/js/app.js"></script>
</body>
</html>