Commit b4df542df5ad06ea23adcd3d7ce87ca91e176413
- Diff rendering mode:
- inline
- side by side
mouchak/templates/index.html
(1 / 1)
  | |||
13 | 13 | <!-- Place favicon.ico in the root directory --> | |
14 | 14 | ||
15 | 15 | <link rel="stylesheet" href="{{url_for('static', filename='css/normalize.css')}}"> | |
16 | <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.css'}}"> | ||
16 | <link rel="stylesheet" href="{{url_for('static', filename='css/bootstrap.css')}}"> | ||
17 | 17 | <link rel="stylesheet" href="{{url_for('static', filename='css/mouchak.css')}}"> | |
18 | 18 | <link rel="stylesheet" href="{{url_for('static', filename='css/main.css')}}"> | |
19 | 19 | <script src="{{url_for('static', filename='js/lib/modernizr-2.6.1.min.js')}}"></script> |