-
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.
style: 💄 don't show white hexs when loading
- Loading branch information
1 parent
d10ed5d
commit c1e9a76
Showing
4 changed files
with
36 additions
and
28 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" | ||
/> | ||
<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-1640372511575.css" /> | ||
|
||
<script defer src="/build/bundle-1640372511575.js"></script> | ||
<link rel='icon' type='image/png' href='/favicon.png'> | ||
<link rel='stylesheet' href='/global.css'> | ||
<link rel='stylesheet' href='/build/bundle-1640610470638.css'> | ||
<script defer src='/build/bundle-1640610470638.js'></script> | ||
</head> | ||
<body></body> | ||
</html> | ||
<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