Commit 5a5c2210da679ef4628b680f7c3b5db16c1f75ed
- Diff rendering mode:
- inline
- side by side
mouchak/templates/base.html
(2 / 0)
  | |||
10 | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
11 | 11 | ||
12 | 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 | 16 | <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}"> | |
15 | 17 | <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.min.css')}}" media="screen"> |