mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-22 22:21:15 -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
|
@ -14,7 +14,10 @@ const headerTemplate = `
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<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>
|
||||
body {
|
||||
font-family: Roboto,Helvetica,sans-serif;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue