fix meta desc and add favicon
This commit is contained in:
parent
cf3715068c
commit
a66f2ae368
2 changed files with 2 additions and 1 deletions
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
|
@ -6,9 +6,10 @@
|
||||||
<html lang='en'>
|
<html lang='en'>
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta name='description' content='oops'/>
|
<meta name='description' content='internet radio'/>
|
||||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||||
<link rel='stylesheet' type='text/css' href='/static/style.css'>
|
<link rel='stylesheet' type='text/css' href='/static/style.css'>
|
||||||
|
<link rel='shortcut icon' href='/static/favicon.png'>
|
||||||
<title>{{ $title }}</title>
|
<title>{{ $title }}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue