21 lines
833 B
HTML
21 lines
833 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name='author' content="JunkJumper" />
|
|
<meta charset='utf-8' />
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
|
|
<title>M4103 - Programmation Web Client Riche - TD1</title>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
|
<meta name="description" content="Page TD1 M413" />
|
|
<meta name="keywords" content="JavaScript, TD1" />
|
|
<link rel='stylesheet' type='text/css' media='screen' href='./css/main.css'>
|
|
<script src='./js/main.js'></script>
|
|
<p>Comme pour tous les autres td, les réponses aux questions sont disponibles <strong><a href="https://github.com/JunkJumper/M4103-Programmation-Web-Client-Riche/tree/master/TD1" target="_blank">ICI</a></strong> !</p>
|
|
</head>
|
|
|
|
<body onload="init();">
|
|
|
|
</body>
|
|
|
|
</html> |