Favicon
This commit is contained in:
parent
7785575097
commit
bcee02a222
4 changed files with 7 additions and 0 deletions
BIN
web/static/favicon-96x96.png
Normal file
BIN
web/static/favicon-96x96.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3 KiB |
BIN
web/static/favicon.ico
Normal file
BIN
web/static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -3,6 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<link rel="icon" type="image/png" href="/static/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="shortcut icon" href="/static/favicon.ico" />
|
||||
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
<title>Gear Orders Bot</title>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<link rel="icon" type="image/png" href="/static/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="shortcut icon" href="/static/favicon.ico" />
|
||||
|
||||
<title>Gear Orders Bot</title>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue