-
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.
Add web manifest, and some additional styles
- Fixed some console errors that were popping up, ignoring 3rd party errors
- Loading branch information
1 parent
7864a89
commit af40f55
Showing
3 changed files
with
30 additions
and
3 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0 shrink-to-fit=no"> | ||
<meta http-equiv="Permissions-Policy" content="accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), speaker-selection=()"> | ||
<title>Hávamál Stanza of the Day</title> | ||
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"> | ||
<link rel="icon" type="favicon" sizes="32x32" href="favicon/favicon-32x32.png"> | ||
|
@@ -38,7 +39,9 @@ <h3>^ Runic transliteration ^</h3> | |
We believe that sharing this content in a non-commercial, educational setting falls under fair use/fair dealing provisions. However, we are committed to adhering to copyright laws and are actively seeking formal permission for this usage. | ||
If you are the copyright holder and have any concerns or require further information, please <a href="mailto:[email protected]">contact us.</a></p> | ||
</div> | ||
<footer><p>2024 Hávamál Daily Stanza Project. All rights belong to the respective copyright holders.</p></footer> | ||
<footer><p>2024 Hávamál Daily Stanza Project. All rights belong to the respective copyright holders. | ||
<br> | ||
Inspired by the Well of Urð at the roots of Yggdrasil, where the Norns weave the threads of fate and knowledge, fostering a community of wisdom and shared learning.</p></footer> | ||
<script src="huginn.js" defer></script> | ||
</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
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,19 @@ | ||
{ | ||
"name": "Hávamál Stanza of the Day", | ||
"short_name": "Daily Hávamál Stanza", | ||
"icons": [ | ||
{ | ||
"src": "favicon/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "favicon/android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#5c0101", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |