You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
303 B
12 lines
303 B
<html>
|
|
<title>test.html </title>
|
|
<body>
|
|
<center><h1>Page de test simple</h1></center>
|
|
<ul>
|
|
<li><a href="test.html">Page de test simple</a></li>
|
|
<li><a href="test-img.html">Page de test avec une image</a></li>
|
|
<li><a href="test-img-css.html">Page de test avec CSS et image</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|