fcf95e6d |
1 | <!DOCTYPE html> |
2 | <html lang="en"> |
3 | <head> |
4 | <meta charset="utf-8" /> |
dfd0aa6b |
5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
fcf95e6d |
6 | |
7 | <link href="/2017/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" /> |
8 | <link href="/2017/assets/css/jquery-ui-1.9.0.custom.css" rel="stylesheet" media="screen" /> |
9 | <link href="/2017/assets/css/custom.css" rel="stylesheet" media="screen" /> |
10 | <link href="/2017/assets/img/favicon.ico" rel="shortcut icon"> |
11 | |
12 | <script> |
13 | /** |
14 | @licstart The following is the entire license notice for the |
15 | JavaScript code in this page. |
16 | |
17 | Copyright (C) 2015 Free Software Foundation, Inc |
18 | |
19 | Licensed under the Apache License, Version 2.0 (the "License"); |
20 | you may not use this file except in compliance with the License. |
21 | You may obtain a copy of the License at |
22 | |
23 | http://www.apache.org/licenses/LICENSE-2.0 |
24 | |
25 | Unless required by applicable law or agreed to in writing, software |
26 | distributed under the License is distributed on an "AS IS" BASIS, |
27 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
28 | See the License for the specific language governing permissions and |
29 | limitations under the License. |
30 | |
31 | @licend The above is the entire license notice |
32 | for the JavaScript code in this page. |
33 | */ |
34 | </script> |