diff options
| author | Fuwn <[email protected]> | 2023-07-22 18:11:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-22 18:11:47 -0700 |
| commit | c002617ca9a0d46fc655ba988b84a779894a030b (patch) | |
| tree | 8862b993671cbb1a4eddd82b906056f44d84bc44 | |
| parent | refactor(hayai): template-ize response (diff) | |
| download | hayai-0.1.2.tar.xz hayai-0.1.2.zip | |
feat(hayai): faviconv0.1.2
| -rw-r--r-- | hayai/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hayai/__init__.py b/hayai/__init__.py index 15be293..479c32f 100644 --- a/hayai/__init__.py +++ b/hayai/__init__.py @@ -119,6 +119,7 @@ def page(main_content: str, footer: str) -> str: <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/palettes/base16-light.css"> <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/risotto.css"> <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/custom.css"> + <link rel="icon" type="image/png" href="https://ps.fuwn.me/-wLj4vfbxrc/favicon.png"> </head> <body> |