-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 824 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="morpion_game.jpg">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
<script src="script/jquery.js"></script>
<link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
<title>Morpion</title>
</head>
<body>
<h1>Morpion</h1>
<h2><a class= "modeordi" href="ordi.html">1 Joueur</a></h2>
<h2><a class= "modedeuxjoueurs" href="deuxjoueurs.html">2 Joueurs</a></h2>
</body>
</html>