Import all

This commit is contained in:
2020-05-05 09:53:14 +02:00
parent 0e4c9c0fea
commit 7de4bab059
1411 changed files with 163444 additions and 0 deletions

15
SNT/Web/page_blanche.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<!-- ceci est un commentaire -->
<head>
<!-- en-tête: rien n'est affiché mais comprend les méta-informations sur la page -->
<meta charset="UTF-8">
<meta name="Author" content="">
<title></title>
</head>
<body>
<!-- corps: tout ce que l'on veut afficher doit être mis entre ces balises -->
</body>
</html>