HuguesHPI commited on
Commit
723e2fa
1 Parent(s): 522d88b

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -0
index.html ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Projet HF</title>
5
+ </head>
6
+ <body>
7
+ <h1>Bienvenue sur le Projet HF</h1>
8
+ <p>Voici un projet HF</p>
9
+ </body>
10
+ </html>