Initialisation du commit avec index.html et .gitignore
This commit is contained in:
parent
410c97105f
commit
8e7c1d4623
19
index.html
Normal file
19
index.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>
|
||||
Test
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>
|
||||
Hello world!
|
||||
</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user