added favicon and meta stuff
This commit is contained in:
parent
4b2b49e9d3
commit
bbb4426baf
BIN
web/favicon.png
Normal file
BIN
web/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 275 B |
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user