Skip to content

Commit

Permalink
Ajout du fichier styles.css et mise à jour du index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
el-rhazi committed Nov 21, 2023
1 parent 17a251c commit 7264346
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Un super titre</h1>
</body>
</html>
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1 {
color: red;
}

0 comments on commit 7264346

Please sign in to comment.