-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (77 loc) · 2.54 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
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
<!DOCTYPE html>
<html>
<head>
<title>Mineaurion News</title>
<style>
body {
color: white;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
margin: 0;
padding: 20px;
font-size: 12pt;
}
.logo {
padding: 0 0 12px 0;
text-align: center;
}
.liens {
text-align: center;
}
.block {
width: 90%;
padding: 12px;
margin: 0 0 10px 0;
background: url(block_bg.png);
}
a {
color: white;
text-decoration: none;
}
h1 {
font-size: 100%;
color: #4bb7b9;
margin: 0 0 8px 0;
padding: 0;
}
ul {
margin: 0;
padding: 0 0 0 15px;
}
li {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div class="logo">
<img src="https://i.imgur.com/rZAVUBN.png">
</div>
<hr>
<div class="liens">
<a href="https://forum.mineaurion.com">Forum</a>
<a href="https://mineaurion.com/statut">Statut</a>
<a href="https://mineaurion.com/votes">Votes</a>
<a href="http://shop.mineaurion.com">Boutique</a>
</div>
<hr>
<div class="block">
<h1>DISCORD</h1>
Rejoins-nous sur discord, <strong><a href="https://mineaurion.com/discord">
https://mineaurion.com/discord</a></strong>
</div>
<div class="block">
<h1>NOUVEAUTES</h1>
Ouverture en Early Acces d'un modpack développé par Mineaurion. Oria Sky, modpack en 1.20.1 skyblock ! RDV : <strong><a href="https://mineaurion.com/discord"> Discord</a></strong> de Mineaurion !
<br>
<br>
Ragnamod VI, modpack en 1.16.5 crée par MLDeg, Ré-ouverture d'un serveur ! Rendez-vous <strong><a href="https://shop.mineaurion.com/category/acces-aux-serveurs"> ici </a></strong>
<br>
<br>
BlackStoneBlock, Modpack en 1.16.5 crée par MLDeg disponible pour tous dès à présent ! Rendez-vous <strong><a href="https://forum.mineaurion.com/topic/3576"> ici </a></strong> pour plus d'informations.
<br>
<br>
Un modpack spécial donateur, sans restrictions. Interchangeable à vonlonté ! Ce mois ci, retrouvez Vault Hunter. Rendez-vous sur le <strong><a href="https://mineaurion.com/discord"> Discord</a></strong> de Mineaurion
</div>
</body>
</html>