-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provided by GOIT
- Loading branch information
Showing
7 changed files
with
10 additions
and
77 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
Binary file not shown.
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,15 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Page title</title> | ||
<link rel="stylesheet" href="./sass/index.scss" /> | ||
<script type="module" src="./index.js"></script> | ||
<title>Homework 10</title> | ||
</head> | ||
<body> | ||
<h1>Example title</h1> | ||
<!-- ❗️❗️❗️ Add partials like so for every page --> | ||
<include src="./partials/example.html"></include> | ||
<select class="breed-select"></select> | ||
<p class="loader">Loading data, please wait...</p> | ||
<p class="error">Oops! Something went wrong! Try reloading the page!</p> | ||
<div class="cat-info"></div> | ||
|
||
<script src="index.js" type="module"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.