Skip to content

Commit

Permalink
fix(basic-2.4): delete attribute type in link
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaker authored and Vitali Kuntsevich committed Jan 10, 2024
1 parent 723cd92 commit 29c1d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<title>Todo App</title>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="style.css" media="screen">
</head>

Expand Down

0 comments on commit 29c1d75

Please sign in to comment.