-
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.
feat: 🎸 search on comp vertical scroll
- Loading branch information
1 parent
0afa4e1
commit a161abc
Showing
4 changed files
with
29 additions
and
22 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
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
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,19 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta | ||
name="description" | ||
content="Enki Jewellery & Craft Gallery shop in Kings Heath, Birmingham, UK" | ||
/> | ||
<title>Enki</title> | ||
|
||
<link rel="icon" type="image/png" href="/favicon.png" /> | ||
<link rel="stylesheet" href="/global.css" /> | ||
<link rel="stylesheet" href="/build/bundle-1635929952925.css" /> | ||
|
||
<script defer src="/build/bundle-1635929952925.js"></script> | ||
</head> | ||
<body></body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset='utf-8'> | ||
<meta name='viewport' content='width=device-width,initial-scale=1'> | ||
<meta name="description" content="Enki Jewellery & Craft Gallery shop in Kings Heath, Birmingham, UK"> | ||
<title>Enki</title> | ||
|
||
<link rel='icon' type='image/png' href='/favicon.png'> | ||
<link rel='stylesheet' href='/global.css'> | ||
<link rel='stylesheet' href='/build/bundle-1635946338703.css'> | ||
|
||
<script defer src='/build/bundle-1635946338703.js'></script> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
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