Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Don't forget to change the title and connect the CSS file -->
<link rel="stylesheet" href="./style.css">
<title>Project Library</title>
</head>
<body>
<h1>Project Library</h1>
<!-- Don't forget to connect the JavaScript file -->
<p>Paragraph for netlify</p>
<script src="./script.js"></script>
</body>
</html>
3 changes: 3 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,6 @@ const recipes = [
image: './recipe-images/grilled.jpg'
}
]

console.log("Books: ", books)
console.log("Recieps: ", recipes)
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
body {
background: wheat;
color: firebrick;
font-family: "Montserrat";
}