mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Added favicon to generate FAQ html
This commit is contained in:
parent
ae926d869f
commit
07289d20e8
2 changed files with 4 additions and 6 deletions
5
FAQ.yaml
5
FAQ.yaml
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
header-includes: |
|
||||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
body { font-family: Arial, sans-serif; }
|
||||
</style>
|
||||
---
|
||||
|
|
|
@ -13,10 +13,9 @@
|
|||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
</style>
|
||||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
body { font-family: Arial, sans-serif; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue