Merge pull request #470 from javabrett/favicon

Add a favicon.ico
This commit is contained in:
2018-05-28 20:58:50 -04:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -1,2 +1,3 @@
include README.rst LICENSE AUTHORS requirements.txt test_httpbin.py
recursive-include httpbin/templates *
recursive-include httpbin/static *
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+1 -2
View File
@@ -5,8 +5,7 @@
<title>{{ title }}</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{url_for('flasgger.static', filename='swagger-ui.css')}}" >
<link rel="icon" type="image/png" href="{{url_for('flasgger.static', filename='favicon-32x32.png')}}" sizes="32x32" />
<link rel="icon" type="image/png" href="{{url_for('flasgger.static', filename='favicon-16x16.png')}}" sizes="16x16" />
<link rel="icon" type="image/png" href="{{url_for('static', filename='favicon.ico')}}" sizes="64x64 32x32 16x16" />
<style>
html
{