Added favicon to generate FAQ html

This commit is contained in:
M66B 2024-02-18 09:21:57 +01:00
parent ae926d869f
commit 07289d20e8
2 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,7 @@
--- ---
header-includes: | header-includes: |
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
<style> <style>
body { body { font-family: Arial, sans-serif; }
font-family: Arial, sans-serif;
}
</style> </style>
--- ---

View File

@ -13,10 +13,9 @@
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;} ul.task-list{list-style: none;}
</style> </style>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
<style> <style>
body { body { font-family: Arial, sans-serif; }
font-family: Arial, sans-serif;
}
</style> </style>
</head> </head>
<body> <body>