diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-02-16 13:49:34 -0200 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-02-21 13:32:04 -0300 |
commit | 0c5bbc3a1e104512172221851262b81602a44df8 (patch) | |
tree | 8f808604d00c8cca6fa78e0e15c56ba2c29f9b14 /web-ui/app | |
parent | d7dbc1dc61f74f7bd74464bda5e4e0051f062352 (diff) |
[#907] Fix font and favicon urls
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 72b04c83..ac4189e1 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> -<link rel="icon" type="image/png" href="public/images/Favicon.png"> +<link rel="icon" type="image/png" href="public/images/favicon.png"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>$account_email - Pixelated Mail</title> @@ -25,15 +25,15 @@ <path fill="#3E3B38" d="M233.8,678.3h-24v71.2h16.2v-26.5h7.8c14,0,24.3-8,24.3-22.9C258.1,685.6,247.6,678.3,233.8,678.3z M230.6,710.2h-4.6v-18.8h4.6c6.5,0,12.5,2.2,12.5,9.5C243,708.1,237.1,710.2,230.6,710.2z"/> <rect x="263.5" y="678.3" fill="#3E3B38" width="16.2" height="71.2"/> - <polygon fill="#3E3B38" points="350.4,678.3 330.1,678.3 316.9,697.7 303.7,678.3 284.6,678.3 307,711.1 282.6,749.5 302.9,749.5 + <polygon fill="#3E3B38" points="350.4,678.3 330.1,678.3 316.9,697.7 303.7,678.3 284.6,678.3 307,711.1 282.6,749.5 302.9,749.5 316.9,725.3 331,749.5 352.1,749.5 326.9,711.1 "/> - <polygon fill="#3E3B38" points="354.7,749.5 395.5,749.5 395.5,735.2 370.9,735.2 370.9,721 394.4,721 394.4,706.6 370.9,706.6 + <polygon fill="#3E3B38" points="354.7,749.5 395.5,749.5 395.5,735.2 370.9,735.2 370.9,721 394.4,721 394.4,706.6 370.9,706.6 370.9,692.5 395.5,692.5 395.5,678.3 354.7,678.3 "/> <path fill="#3E3B38" d="M456.1,678.3l-22.9,57h-15.9v-57h-16.2v71.2h26.5h14.3h3.2l5.4-14.3h27l5.4,14.3h17.5l-28.9-71.2H456.1z M455.7,721l7.8-20.7h0.2l7.8,20.7H455.7z"/> - <polygon fill="#3E3B38" points="486.4,692.5 503.4,692.5 503.4,749.5 519.6,749.5 519.6,692.5 536.6,692.5 536.6,678.3 + <polygon fill="#3E3B38" points="486.4,692.5 503.4,692.5 503.4,749.5 519.6,749.5 519.6,692.5 536.6,692.5 536.6,678.3 486.4,678.3 "/> - <polygon fill="#3E3B38" points="542,749.5 582.8,749.5 582.8,735.2 558.4,735.2 558.4,721 581.9,721 581.9,706.6 558.4,706.6 + <polygon fill="#3E3B38" points="542,749.5 582.8,749.5 582.8,735.2 558.4,735.2 558.4,721 581.9,721 581.9,706.6 558.4,706.6 558.4,692.5 582.8,692.5 582.8,678.3 542,678.3 "/> <path fill="#3E3B38" d="M606.5,678.3h-17.9v71.2h17.9c19.7,0,35.9-14.9,35.9-35.6C642.4,693.1,625.9,678.3,606.5,678.3z M607,735 h-2.4v-42.1h2.4c12.1,0,20.3,9.1,20.3,21.1C627.3,725.8,619.1,735,607,735z"/> |