Skip to content

Commit

Permalink
Update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
koldovsky committed Jan 8, 2024
1 parent f453db4 commit 9cf6b41
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cabin Rental</title>
<link rel="shortcut icon" href="https://placekitten.com/96/139" type="image/x-icon">
</head>
<body>
<link
rel="shortcut icon"
href="img/bone-icon.svg"
type="image/x-icon"
/>
</head>
<body>
<header data-include="header.partial.html"></header>
<main>
<section data-include="index.products.partial.html"></section>
<section data-include="index.contacts.partial.html"></section>
<section data-include="index.products.partial.html"></section>
<section data-include="index.contacts.partial.html"></section>
</main>
<footer>

</footer>
<footer></footer>
<script src="https://unpkg.com/[email protected]/html-data-include.js"></script>
</body>
</body>
</html>

0 comments on commit 9cf6b41

Please sign in to comment.