-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<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>AlexShadow3</title>
<link href="../images/Meliodas.png" rel="icon"/>
<link href="index.css" rel="stylesheet">
<script src="index.js" type="module" defer></script>
</head>
<body>
<header class="primary-header">
<nav class="navbar container">
<a href="index.html" class="logo">ALEXSHADOW3</a>
<ul class="nav-list">
<li>
<a href="/oralta/oralta.html" class="nav-link">ORALTA</a>
</li>
<li>
<a href="/my_game/You are the last of them/index.html" class="nav-link">Mon jeu</a>
</li>
<li>
<a href="/qrcode/qrcode.html" class="nav-link">QR Codes</a>
</li>
<li>
<a href="#" class="nav-link">123</a>
</li>
</ul>
<button class="translate" id="fr-fr">Français</button>
<button class="translate" id="en-gb">English</button>
</nav>
</header>
<section class="Meliodas">
<img src="../images/Meliodas.png" alt="Meliodas" width="10%" height="10%">
<p class="lang" key="MELIODAS">Bienvenue sur mon site web personnel !</p>
</section>
<section class="Oralta">
<a href="oralta/oralta.html"><img src="../images/Oralta.png" alt="Oralta" width="10%" height="10%"></a>
<p class="lang" key="ORALTA">Vous pouvez aussi découvrir mon projet Oralta en cliquant sur l'image</p>
</section>
<footer>
<p>© 2023 AlexShadow3</p>
</footer>
</body>
</html>
<!-- http://alexshadow3.github.io/-->