diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-09-19 11:12:54 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-09-19 11:12:54 +0700 |
commit | 12b798ac0058fefeb315f98f5385d96ccb322faa (patch) | |
tree | a83509c7c257aed00e8c8ef5c760037e4d4d9273 /docs/source/_templates/recplayer.html | |
parent | d97e1a1294ba3bc542b0611b39f86b218de935b0 (diff) | |
download | brutalmaze-12b798ac0058fefeb315f98f5385d96ccb322faa.tar.gz |
Employ linters
Diffstat (limited to 'docs/source/_templates/recplayer.html')
-rw-r--r-- | docs/source/_templates/recplayer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/_templates/recplayer.html b/docs/source/_templates/recplayer.html index 59df55a..28e170e 100644 --- a/docs/source/_templates/recplayer.html +++ b/docs/source/_templates/recplayer.html @@ -2,6 +2,7 @@ <html> <meta charset='utf-8'> <title>Brutal Maze record player</title> +<link rel='icon' type='image/png' href='_static/favicon.ico'> <link rel='stylesheet' type='text/css' href='_static/recplayer.css'> <script src='_static/brutalma.js'></script> |