Commit b261cb035e4226f73ee716e19d8b6f9b381dfbe7
- templates/index.html 2 -+
- Diff rendering mode:
- inline
- side by side
templates/index.html
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
---|---|---|---|
5 | <meta http-equiv='imagetoolbar' content='no'/> | 5 | <meta http-equiv='imagetoolbar' content='no'/> |
6 | <title> IDH-SWeeTer Annotation </title> | 6 | <title> IDH-SWeeTer Annotation </title> |
7 | 7 | <link rel="stylesheet" type="text/css" href="{{url_for('static',filename='bootstrap.css')}}"></link> | |
8 | <link rel="stylesheet" type="text/css" href="{{url_for('static',filename='tree.css')}}"></link> | 8 | <link rel="stylesheet" type="text/css" href="{{url_for('static',filename='tree.css')}}"></link> |
9 | <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script> | 9 | <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script> |
10 | <script type="text/javascript" src="http://underscorejs.org/underscore-min.js"></script> | 10 | <script type="text/javascript" src="http://underscorejs.org/underscore-min.js"></script> |