added favicon and meta stuff

This commit is contained in:
tmont 2021-09-13 21:54:15 -07:00
parent 4b2b49e9d3
commit bbb4426baf
2 changed files with 5 additions and 0 deletions

BIN
web/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@ -3,6 +3,11 @@
<head>
<meta charset="UTF-8">
<title>genreviews</title>
<link rel="shortcut icon" href="./favicon.png" type="image/png" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Sega Genesis reviews compilation in a SQLite database"/>
<meta property="og:description" content="Sega Genesis reviews compilation in a SQLite database"/>
<meta property="og:title" content="genreviews"/>
<link rel="stylesheet" href="./genreviews.css" />
<link rel="stylesheet" href="./fontawesome.css" />
<link rel="stylesheet" href="./solid.css" />