-
Notifications
You must be signed in to change notification settings - Fork 0
/
Acceuil.html
36 lines (36 loc) · 1.49 KB
/
Acceuil.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>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Game Over</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="Acceuil.css" rel="stylesheet" type="text/css"/>
<a href="Destiny 2.html"></a>
<a href="Divinity Original Sin 2.html"></a>
</head>
<body class="background">
<header class="acch"><h1>Bienvenue!</h1>
<h2>Chers gamers</h2></header>
<nav id="nav"><ul>
<li><a href="Acceuil.html" title="Retour à l'acceuil">Accueil</a></li>
</ul></nav>
<table class="acc">
<tr>
<th colspan="2">Voici 2 jeux qui sont sortis tout récemments</th>
</tr>
<tr>
<td><a href="Destiny 2.html"><img src="Images/Destiny.jpg" alt="Destiny 2" title="Destiny 2"/></a></td>
<td><a href="Divinity Original Sin 2.html"><img src="Images/Divinity.jpg" alt="Divinity Original Sin 2" title="Divinty Original Sin 2"/></a></td>
</tr>
<tr>
<td class="center"><a href="Destiny 2.html">Destiny 2</a></td>
<td class="center"><a href="Divinity Original Sin 2.html">Divinity Original Sin 2</a></td>
</tr>
</table>
</body>
</html>