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