diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-03-01 18:31:21 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-03-01 18:31:21 +0100 |
commit | a58f99ad4bd5af33ace7222cf55e63c702688494 (patch) | |
tree | a7a308005c08136e557b08bd66db4efc5c927e26 /app | |
parent | 8fce52f806a1bea0d961c1520c4ef7e1a1371c33 (diff) | |
download | Surfer-a58f99ad4bd5af33ace7222cf55e63c702688494.tar.gz Surfer-a58f99ad4bd5af33ace7222cf55e63c702688494.tar.zst Surfer-a58f99ad4bd5af33ace7222cf55e63c702688494.zip |
Add favicon
Diffstat (limited to 'app')
-rw-r--r-- | app/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html index d15f0f0..99ae525 100644 --- a/app/index.html +++ b/app/index.html | |||
@@ -6,6 +6,8 @@ | |||
6 | <link rel="stylesheet" href="/_admin/css/bootstrap.min.css"> | 6 | <link rel="stylesheet" href="/_admin/css/bootstrap.min.css"> |
7 | <link rel="stylesheet" href="/_admin/css/style.css"> | 7 | <link rel="stylesheet" href="/_admin/css/style.css"> |
8 | 8 | ||
9 | <link href="/_admin/img/logo.png" rel="icon" type="image/png"> | ||
10 | |||
9 | </head> | 11 | </head> |
10 | <body id="app"> | 12 | <body id="app"> |
11 | 13 | ||