Add favicon
This commit is contained in:
parent
b547daa2a4
commit
7e38976e2f
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
|
@ -4,6 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Endpoint Manager</title>
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
||||
<style>
|
||||
* {
|
||||
|
|
Loading…
Reference in New Issue