fix meta desc and add favicon

This commit is contained in:
Iris Lightshard 2024-10-30 08:38:34 -06:00
parent cf3715068c
commit a66f2ae368
Signed by: nilix
GPG key ID: 688407174966CAF3
2 changed files with 2 additions and 1 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -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>