-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |