forked from ewowi/StarBase
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'ewowi/main'
- Loading branch information
Showing
5 changed files
with
1,510 additions
and
1,445 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 |
---|---|---|
|
@@ -14,12 +14,22 @@ | |
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>StarMod💫 LEDs 🎨 by MoonModules 🌔</title> | ||
<meta content="yes" name="apple-mobile-web-app-capable"> | ||
<meta name="author" content="MoonModules ☾ and it's contributors"> | ||
<link rel="icon" href="https://ewowi.github.io/StarDocs/assets/images/ui/starmod/favicon-16x16.png"> | ||
<!-- <link rel="icon" type="image/x-icon" href="favicon-16x16.png"> currently only works in chrome --> | ||
<!-- <link rel="mask-icon" type="image/x-icon" href="favicon-16x16.png"> for safari tabs? --> | ||
<!-- <link rel="shortcut icon" type="image/x-icon" href="favicon-16x16.png"> found in wled... --> | ||
<link rel="stylesheet" href="index.css"> | ||
<script src="app.js"></script> | ||
<script src="index.js"></script> | ||
<title>StarMod💫 LEDs 🎨 by MoonModules 🌔</title> | ||
|
||
<!-- favicon in safari not working. see: --> | ||
<!-- https://stackoverflow.com/questions/68885882/favicon-not-displaying-on-safari --> | ||
<!-- test: rm /Users/ewoudwijma/Library/Safari/Favicon\ Cache also from trash bin --> | ||
|
||
<!-- tbd: add max-age=86400 to imports --> | ||
<!-- tbd: add max-age=86400 to imports --> | ||
|
||
<!-- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules --> | ||
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script> | ||
|
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
Oops, something went wrong.