-
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.
- Loading branch information
Showing
6 changed files
with
44 additions
and
4 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/*! | ||
* Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com | ||
* License - https://fontawesome.com/license (Commercial License) | ||
* Copyright 2023 Fonticons, Inc. | ||
*/ | ||
:host,:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400} |
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,7 +1,11 @@ | ||
<html> | ||
<script src="/dist/popup.js"></script> | ||
<link rel="stylesheet" href="css/fontawesome.min.css" /> | ||
<link rel="stylesheet" href="css/regular.min.css" /> | ||
<link rel="stylesheet" href="popup.css" /> | ||
<script src="/dist/popup.js"></script> | ||
<body> | ||
<main id="main-content"></main> | ||
<main id="main-content"> | ||
<i id="loading-icon" class="fa-regular fa-spinner-third fa-spin"></i> | ||
</main> | ||
</body> | ||
</html> |
Binary file not shown.