Ajouts du TP2

This commit is contained in:
stiti
2025-04-02 11:57:28 +02:00
parent 90b5c314e5
commit a0e2bb3ee0
12 changed files with 305 additions and 0 deletions

14
TP2/web/index.html Executable file
View File

@@ -0,0 +1,14 @@
<!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>