diff options
author | EuAndreh <eu@euandre.org> | 2020-12-27 14:02:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-27 14:02:19 -0300 |
commit | f2c995b909ddb71389ae09283bcf849f8a53d603 (patch) | |
tree | 08d842c59b4dacaee6f8a0bc6924d093c7abf5ae /torrent.html | |
parent | sitemap.xml: Simplify generation of sitemap.xml, include all collections (diff) | |
download | euandre.org-f2c995b909ddb71389ae09283bcf849f8a53d603.tar.gz euandre.org-f2c995b909ddb71389ae09283bcf849f8a53d603.tar.xz |
Add SVG favicon
Diffstat (limited to '')
-rw-r--r-- | torrent.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/torrent.html b/torrent.html index 6e3e76e..4034e0c 100644 --- a/torrent.html +++ b/torrent.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> + <link rel="icon" type="image/svg+xml" href="/static/favicon.svg"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="/styles.css" /> <title>WebTorrent player - EuAndreh</title> |