Files
TP_Docker/TP2/web/index.html

14 lines
262 B
HTML
Raw Normal View History

2025-04-02 11:57:28 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TP n°2</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<h1>Moncef STITI</h1>
</body>
<script src="./script.js"></script>
</html>