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