Commit 5a5c2210da679ef4628b680f7c3b5db16c1f75ed
Change path of favicon.ico to static/img
| | | | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
---|
11 | | 11 | |
---|
12 | <!-- Place favicon.ico in the root directory --> | 12 | <!-- Place favicon.ico in the root directory --> |
---|
| | 13 | <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', |
---|
| | 14 | filename='img/favicon.ico') }}"/> |
---|
13 | | 15 | |
---|
14 | <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}"> | 16 | <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}"> |
---|
15 | <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}" media="screen"> | 17 | <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}" media="screen"> |
---|