Commit graph

9 commits

Author SHA1 Message Date
Roman Godmaire
8937e6580b fix: crossorigin didn't have specifier
According to MDN (and my LSP), `crossorigin` needs to have a specifier.
Since we don't want to send credentials, we use the `anonymous`
specifier

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#crossorigin
2023-12-07 22:26:03 -05:00
Roman Godmaire
fe7b8bbed1 refactor: simplify answer logic 2023-12-07 22:23:41 -05:00
Roman Godmaire
b216bae284 feat: Primitive mobile support 2023-12-07 21:22:31 -05:00
Roman Godmaire
fd837a36d1 feat: Favicon! 2023-12-07 20:51:04 -05:00
Roman Godmaire
2486299547 fix: Site title 2023-12-07 20:43:05 -05:00
Roman Godmaire
a79168cdf0 feat: Is It Glue? 2023-12-07 20:27:55 -05:00
Roman Godmaire
3223a8cbec style: tabs to spaces 2023-12-07 20:27:42 -05:00
Roman Godmaire
968b0d0142 docs: Readme 2023-12-07 18:20:05 -05:00
Roman Godmaire
ce76f2cd3c Initial commit 2023-12-07 18:19:44 -05:00