Skip to content

Commit ce84918

Browse files
Update index.html
Add reference to the main.css file
1 parent a72e553 commit ce84918

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>Lisethe Sanmartin, Horrible Cop</title>
4+
<!-- link to main stylesheet -->
5+
<link rel="stylesheet" type="text/css" href="/css/main.css">
46
</head>
57
<body>
68
<nav>
@@ -24,4 +26,4 @@ <h1>Hi there, I'm Lisethe Sanmartin!</h1>
2426
</ul>
2527
</footer>
2628
</body>
27-
</html>
29+
</html>

0 commit comments

Comments
 (0)