forked from mozilla/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (22 loc) · 980 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<HTML>
<head>
<link type="text/css" rel="stylesheet" href="ffos/b2g/blockers.css"/>
<link type="text/css" rel="stylesheet" href="ffos/css/menu.css">
<title>FxOS Charts Index</title>
</head>
<body style="text-align: center">
<h3><a href="ffos/nominations.html">Nominations</a></h3>
<h3><a href="ffos/blockers.html">Blockers</a></h3>
<h3><a href="ffos/regressions.html">Regressions</a></h3>
<br>
<h3><a href="ffos/overall.html">Overall Project Status</a></h3>
<h3><a href="ffos/team.html">Team Views</a></h3>
<div class="footer">
Source at <a href="https://github.com/mozilla/charts/blob/master/index.html">https://github.com/mozilla/charts/blob/master/index.html</a>
</div>
</body>
</html>