mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-25 07:25:39 -04:00
Update favicons.
The SVG icon didn't display properly on macOS.
This commit is contained in:
parent
762ad775db
commit
99074a5bee
5 changed files with 4 additions and 1 deletions
BIN
assets/favicon-128.png
Normal file
BIN
assets/favicon-128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
assets/favicon-180.png
Normal file
BIN
assets/favicon-180.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
assets/favicon-192.png
Normal file
BIN
assets/favicon-192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
assets/favicon-32.png
Normal file
BIN
assets/favicon-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
|
@ -14,7 +14,10 @@ const headerTemplate = `
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<title>The Internet censorship bibliography</title>
|
<title>The Internet censorship bibliography</title>
|
||||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
<link rel="icon" href="assets/favicon-32.png" sizes="32x32">
|
||||||
|
<link rel="icon" href="assets/favicon-128.png" sizes="128x128">
|
||||||
|
<link rel="icon" href="assets/favicon-180.png" sizes="180x180">
|
||||||
|
<link rel="icon" href="assets/favicon-192.png" sizes="192x192">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Roboto,Helvetica,sans-serif;
|
font-family: Roboto,Helvetica,sans-serif;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue