depot initial TD3
This commit is contained in:
21
TD3/index.html
Normal file
21
TD3/index.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<title>M4103 - Programmation Web Client Riche</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<link rel='stylesheet' type='text/css' media='screen' href='../css/main.css'>
|
||||
<h1>M4103 - Programmation Web Client Riche</h1>
|
||||
<h2>Sommaire TD3</h2>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<ul>
|
||||
<li><a href="./td3-exo1.html">Le jeu du taquin</a></li>
|
||||
<li><a href="./td3-exo2.html">Le jeu du 2048</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user