test-site-web-statique/index.html

12 lines
157 B
HTML
Raw Normal View History

2023-05-02 04:21:42 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ma page de test</title>
</head>
<body>
<p>ceci est un test</p>
</body>
</html>