-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
29 lines (29 loc) · 1.09 KB
/
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>
Release Dashboard
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" href="css/base.css" rel="stylesheet">
<link type="text/css" href="css/menu.css" rel="stylesheet">
<link type="text/css" href="css/colors.css" rel="stylesheet">
<link type="text/css" href="css/dashboard.css" rel="stylesheet">
<script type="text/javascript" src="owners.js" defer></script>
<script type="text/javascript" src="js/jquery-2.1.0.min.js" defer></script>
<script type="text/javascript" src="js/bugzilla.js" defer></script>
<script type="text/javascript" src="js/querystring.js" defer></script>
<script type="text/javascript" src="js/dashboard.js" defer></script>
</head>
<body>
<ul>
<li id="fxos"><div>Firefox OS</div></li>
<li id="noms"></li>
<li id="triage"></li>
<li id="blockers"></li>
<li id="feature"></li>
<li id="updatetime"></li>
</ul>
</body>
</html>