Add onionshare favicon to all HTML pages

This commit is contained in:
Micah Lee 2018-02-10 12:50:23 -08:00
parent 0d40d7c3b2
commit a7ab1d7e6e
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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;

View file

@ -2,6 +2,7 @@
<html>
<head>
<title>OnionShare</title>
<link href="data:image/x-icon;base64,{{favicon_b64}}" rel="icon" type="image/x-icon" />
<style>
body {
background-color: #222222;
@ -15,4 +16,4 @@
<body>
<p>OnionShare download in progress</p>
</body>
</html>
</html>

File diff suppressed because one or more lines are too long