-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.38 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
<!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">
<title>Skully's Mods</title>
<link rel="icon" href="img/skullysmods_icons.png" type="image/png">
<link rel="stylesheet" href="css/accueil.css">
</head>
<body>
<header>
<div class="left">
<img src="img/skullysmods_icons.png" alt="Logo du site" class="logo">
<h1>Skully's Mods</h1>
</div>
<div class="right">
<nav>
<ul>
<li><a href="https://skullysmods.github.io">Accueil</a></li>
<li><a href="https://skullysmods.github.io/mods">Mods</a></li>
<li><a href="https://skullysmods.github.io/about">À Propos</a></li>
</ul>
</nav>
<div class="switch_button">
<a href="https://skullysmods.github.io/en-us"><button>Switch to English Website</button></a>
</div>
</div>
</header>
<main>
<div class="main_text">
<p>
Bonjour tout le monde !
<br>
Le site est en cours de développement
<br>
Venez voir mon avancement de temps en temps :)
</p>
</div>
</main>
</body>
</html>