aboutsummaryrefslogtreecommitdiffstats
path: root/app/templates
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2025-03-08 16:12:44 +0900
committerMitsuo Tokumori <[email protected]>2025-03-08 16:12:44 +0900
commit4987626c394ca07c3ded98d9ed7095986553863e (patch)
treef32a6e3c9a8bd966a0f192427a115dd4541bc141 /app/templates
parent51163b167cce01af6101438e5e61145ad798f213 (diff)
downloadmasu-4987626c394ca07c3ded98d9ed7095986553863e.tar.gz
masu-4987626c394ca07c3ded98d9ed7095986553863e.tar.bz2
masu-4987626c394ca07c3ded98d9ed7095986553863e.zip
Add favicon.ico
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 332b78b..4647619 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -3,6 +3,7 @@
<head>
<title>MASU</title>
<link rel="stylesheet" href="/static/style.css">
+ <link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
</head>
<body>
<header>