This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguide.html
74 lines (39 loc) · 2.7 KB
/
guide.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>StarWarsRP - Guide</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous"/>
<!--Chargement du header avec JQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
$(function(){
$('#header').load('header.html');
});
</script>
<meta property="og:type" content="website">
<meta property="og:url" content="http://starwarsrp.fr/">
<meta property="og:title" content="StarWarsRp">
<meta property="og:description" content="Guide pour l'installeur de StarWarsRP.">
<meta property="og:image" content="http://starwarsrp.fr/images/logo.png"/>
</head>
<body>
<div id="header"></div>
<div class="maintxtarea">
<h1 style="text-decoration: underline;">Guide d'installation de StarWarsRP</h1>
<p>
<br> <a style="font-weight: bold;">1.</a> Télécharger l'installateur <a href="installateur/download.html" target="blank_" style="text-decoration:none; color:#3498db"><i class="fas fa-file-download"></i></a><br>
<br> <a style="font-weight: bold;">2.</a> Lancer StarWarsRPV2Installer-1.0.jar<br>
<br> <a style='color:#c50202;font-weight:bold' >Si jamais la fenêtre de l'installateur ne s'ouvre pas,<br> essayez d'exécuter</a> <a href="https://johann.loefflmann.net/downloads/jarfix.exe" target="_blank" style="color: #00a2ff; text-decoration:none;font-weight:bold">jarfix</a><a style='color:#c50202;font-weight:bold'> puis réessayez</a><br>
<br> <a style="font-weight: bold;">3.</a> Clicker sur Installer <br><img src="images/guide/installer.png">
<br> <a style="font-weight: bold;">4.</a> Attendre la fin du téléchargement <br><img src="images/guide/attendre.png">
<br> Puis fermer la page <br><img src="images/guide/fermer.png">
<br> <a style="font-weight: bold;">5.</a> Ouvrir le launcher <img src="images/guide/minecrtaft-ico.png" style="width:20px;height:auto;position:relative;top:19px;padding-left:0px;"> Minecraft et sélectionnez Star Wars RP V2
<br> <img src="images/guide/jouer.png" style="width:700px;height: auto;">
<br> Pour tout problème veuillez ouvrir un ticket sur <a href="https://discord.gg/CMX96eHm84" target="_blank" style="text-decoration: none;color: #7289da;">#🔩┇support</a> sur notre Discord
</p>
</div>
</body>
</html>