Add onionshare favicon to all HTML pages

This commit is contained in:
Micah Lee 2018-02-10 12:50:23 -08:00
parent 62a3b7d93c
commit 094041a4b6
6 changed files with 23 additions and 6 deletions

View file

@ -2,6 +2,7 @@
<html>
<head>
<title>Error 404</title>
<link href="data:image/x-icon;base64,{{favicon_b64}}" rel="icon" type="image/x-icon" />
<style type="text/css">
body {
background-color: #FFC4D5;