srikanth | 116e6e8 | 2014-08-19 07:22:37 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html lang="en"> | ||||
3 | <head> | ||||
4 | <link rel="shortcut icon" href="static/favicon.ico" type="image/vnd.microsoft.icon"> | ||||
5 | <link href="static/css/thirdparty/jquery-ui-1.10.2.custom.css" rel="stylesheet"> | ||||
6 | <title>Open Daylight SDN Controller Platform Dashboard</title> | ||||
7 | <link type="text/css" rel="stylesheet" href="static/css/table.css" media="all"> | ||||
8 | </head> | ||||
9 | |||||
10 | <body> | ||||
11 | {% block content %} | ||||
12 | {% endblock %} | ||||
13 | </body> | ||||
14 | </html> |