Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaHranovska committed Feb 8, 2024
1 parent ef7cf15 commit 9b07be3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<a
href="./favorites.html"
style="
display: inline-block;
background-color: #007bff;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border: 1px solid #007bff;
border-radius: 5px;
"
>Favorites</a
>

<load ="partials/header.html" />
<load ="partials/hero.html" />
<load ="partials/quote.html" />
Expand Down

0 comments on commit 9b07be3

Please sign in to comment.