blob: db9a1c5d258a92ef3710214930067a3eef2dba47 [file] [log] [blame]
Andrew Bonventreba698352015-11-04 11:14:54 -05001<!DOCTYPE html>
2<!--
3Copyright (C) 2015 The Android Open Source Project
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17
18<html lang="en">
19<meta charset="utf-8">
20<meta name="description" content="Gerrit Code Review">
Andrew Bonventre814c0322016-02-17 17:10:51 -050021<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
Andrew Bonventreba698352015-11-04 11:14:54 -050022
Viktar Donich7a1aef22016-11-15 16:21:25 -080023<!--
24SourceCodePro fonts are used in styles/fonts.css
25@see https://github.com/w3c/preload/issues/32 regarding crossorigin
26-->
27<link rel="preload" href="/fonts/SourceCodePro-Regular.woff2" as="font" type="font/woff2" crossorigin>
28<link rel="preload" href="/fonts/SourceCodePro-Regular.woff" as="font" type="font/woff" crossorigin>
Andrew Bonventre29a1f982016-04-15 18:01:15 -040029<link rel="stylesheet" href="/styles/fonts.css">
Andrew Bonventreba698352015-11-04 11:14:54 -050030<link rel="stylesheet" href="/styles/main.css">
Andrew Bonventreba698352015-11-04 11:14:54 -050031<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
Viktar Donich56305cb2017-02-13 10:14:49 -080032<link rel="preload" href="/elements/gr-app.js" as="script" crossorigin="anonymous">
Andrew Bonventreba698352015-11-04 11:14:54 -050033<link rel="import" href="/elements/gr-app.html">
Andrew Bonventreba698352015-11-04 11:14:54 -050034
35<body unresolved>
Andrew Bonventrea5fff8e2015-11-25 17:04:33 -050036<gr-app id="app"></gr-app>