| Andrew Bonventre | ba69835 | 2015-11-04 11:14:54 -0500 | [diff] [blame^] | 1 | <!DOCTYPE html> |
| 2 | <!-- |
| 3 | Copyright (C) 2015 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | |
| 18 | <html lang="en"> |
| 19 | <meta charset="utf-8"> |
| 20 | <meta name="description" content="Gerrit Code Review"> |
| 21 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 22 | <title>PolyGerrit</title> |
| 23 | |
| 24 | <!-- build:css /styles/main.css --> |
| 25 | <link rel="stylesheet" href="/styles/main.css"> |
| 26 | <!-- endbuild--> |
| 27 | |
| 28 | <!-- build:js /bower_components/webcomponentsjs/webcomponents-lite.min.js --> |
| 29 | <script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script> |
| 30 | <!-- endbuild --> |
| 31 | |
| 32 | <!-- Use Shadow DOM where supported. |
| 33 | https://www.polymer-project.org/1.0/docs/devguide/settings.html --> |
| 34 | <!--<script> |
| 35 | window.Polymer = window.Polymer || {}; |
| 36 | window.Polymer.dom = 'shadow'; |
| 37 | </script>--> |
| 38 | |
| 39 | <!-- will be replaced with elements/gr-app.vulcanized.html --> |
| 40 | <link rel="import" href="/elements/gr-app.html"> |
| 41 | <!-- endreplace--> |
| 42 | |
| 43 | <body unresolved> |
| 44 | <template is="dom-bind" id="app"> |
| 45 | <gr-app params="{{params}}" route="{{route}}"></gr-app> |
| 46 | </template> |
| 47 | |
| 48 | <!-- build:js /scripts/app.js --> |
| 49 | <script src="/bower_components/page/page.js"></script> |
| 50 | <script src="/scripts/app.js"></script> |
| 51 | <script src="/scripts/changes.js"></script> |
| 52 | <script src="/scripts/util.js"></script> |
| 53 | |
| 54 | <!-- endbuild--> |