Add tab icons
This commit is contained in:
parent
d1e4438cbb
commit
51b7bc6f4f
6 changed files with 20 additions and 0 deletions
|
@ -6,6 +6,11 @@ export default function({ title, header, children, comp }) {
|
|||
<title>{ title }</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/styles/main.css"/>
|
||||
<link rel="icon" type="image/png" href="/icons/tabicon-16.png" sizes="16x16" />
|
||||
<link rel="icon" type="image/png" href="/icons/tabicon-32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="/icons/tabicon-96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/png" href="/icons/tabicon-128.png" sizes="128x128" />
|
||||
<link rel="icon" type="image/png" href="/icons/tabicon-196.png" sizes="196x196" />
|
||||
</head>
|
||||
<body>
|
||||
{ comp.navbar() }
|
||||
|
|
BIN
static/icons/tabicon-128.png
(Stored with Git LFS)
Normal file
BIN
static/icons/tabicon-128.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/icons/tabicon-16.png
(Stored with Git LFS)
Normal file
BIN
static/icons/tabicon-16.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/icons/tabicon-196.png
(Stored with Git LFS)
Normal file
BIN
static/icons/tabicon-196.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/icons/tabicon-32.png
(Stored with Git LFS)
Normal file
BIN
static/icons/tabicon-32.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/icons/tabicon-96.png
(Stored with Git LFS)
Normal file
BIN
static/icons/tabicon-96.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue