Skip to content

Commit

Permalink
Create index.html (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thraximundar2772 authored Jun 7, 2024
2 parents 5dda03a + 6bc688c commit a8b6cc8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Titre de la page</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
...
<!-- Le reste du contenu -->
...
</body>
</html>

0 comments on commit a8b6cc8

Please sign in to comment.