Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Becky1303 committed Aug 8, 2024
1 parent 20362ba commit fc05071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<meta charset="UTF-8" />
<title>Page Title</title>
<title></title>
<meta
name="viewport"
content="width=device-width,initial-scale=1"
Expand All @@ -10,7 +10,6 @@
rel="stylesheet"
href="style.css"
/>

<body>
Hello, world!
</body>
Expand Down
3 changes: 3 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/* styles go here */
body {
color: black;
}

0 comments on commit fc05071

Please sign in to comment.