• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- Copyright 2020 Google Inc.
2Licensed under the Apache License, Version 2.0 (the "License");
3you may not use this file except in compliance with the License.
4You may obtain a copy of the License at
5     http://www.apache.org/licenses/LICENSE-2.0
6Unless required by applicable law or agreed to in writing, software
7distributed under the License is distributed on an "AS IS" BASIS,
8WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9See the License for the specific language governing permissions and
10limitations under the License. -->
11
12<!doctype html>
13<html lang="en">
14  <head>
15    <meta charset="utf-8">
16    <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
17    <title>OSS-Fuzz build status</title>
18    <meta name="description" content="OSS-Fuzz build status">
19
20    <!-- See https://goo.gl/OOhYW5 -->
21    <link rel="manifest" href="/manifest.json">
22
23    <script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
24
25
26    <link rel="import" href="/src/build-status/build-status.html">
27
28    <style>
29      body {
30        font-family: 'Roboto', 'Noto', sans-serif;
31        background: #f1f1f1;
32        margin: 0;
33      }
34    </style>
35  </head>
36  <body>
37    <build-status></build-status>
38  </body>
39</html>
40