22 lines
544 B
HTML
22 lines
544 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Web Full Stack</title>
|
|
</head>
|
|
<body>
|
|
<h1>Pauline Srifi</h1>
|
|
<h2>Cours Web FullStack</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="tp0">TP0 - HTML</a>
|
|
</li>
|
|
<li>
|
|
<a href="tp1">TP1 - CSS</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html> |