Skip to content

Commit 7ff4837

Browse files
a
1 parent 4eaf2b0 commit 7ff4837

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Natours/starter/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Light green: #7ed56f
55
Medium green: #55c57a
66
Dark green: #28b485
77
8-
*/
8+
*/

Natours/starter/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
7-
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
86

9-
<link rel="stylesheet" href="css/icon-font.css">
10-
<link rel="stylesheet" href="css/style.css">
11-
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
12-
13-
<title>Natours | Exciting tours for adventurous people</title>
14-
</head>
15-
<body>
16-
17-
18-
</body>
7+
<link
8+
href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900"
9+
rel="stylesheet"
10+
/>
11+
12+
<link rel="stylesheet" href="css/icon-font.css" />
13+
<link rel="stylesheet" href="css/style.css" />
14+
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
15+
16+
<title>Natours | Exciting tours for adventurous people</title>
17+
</head>
18+
<body></body>
1919
</html>

0 commit comments

Comments
 (0)