diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2026-04-03 16:36:11 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2026-04-03 16:36:11 -0700 |
| commit | b4a420c4a2476effa9cbdc89770a17b27a5480d2 (patch) | |
| tree | b45abc5291e64504bf00dde15ac20bd4e7ffb610 | |
| parent | 97ccdd6fedaec5b0547d7a7e138f30a3389b845a (diff) | |
page icon
| -rw-r--r-- | static/img/logo.ico | bin | 0 -> 4286 bytes | |||
| -rw-r--r-- | templates/base.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/static/img/logo.ico b/static/img/logo.ico Binary files differnew file mode 100644 index 0000000..05174e8 --- /dev/null +++ b/static/img/logo.ico diff --git a/templates/base.html b/templates/base.html index 56c97e7..1a00fe2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>The Orchard League</title> + <link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='img/logo.ico') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}"> </head> <body> |
