dashboard: add favicon (hyperhive mark)
The main dashboard had no favicon — PR #145 added them to the per-agent pages but missed hive-c0re's index. Serve branding/ hyperhive.svg at /favicon.svg and declare it in the index head. The dashboard represents the whole hive, so it uses the project mark (per-agent pages keep their own configurable /icon). closes #173
This commit is contained in:
parent
e28b0a1dab
commit
d5009cd175
2 changed files with 12 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>hyperhive // h1ve-c0re</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="stylesheet" href="/static/dashboard.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue