view black-box.html @ 100:c486d35fad27

added more mocks; black-box now talks to a really simple fake bugzilla 'server'.
author Atul Varma <avarma@mozilla.com>
date Tue, 27 Apr 2010 23:06:29 -0700
parents 544d339d2b4c
children a994fc89f341
line wrap: on
line source

<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
 <title>Bugzilla Dashboard - Black Box</title>
</head>
<body style="background: black; color: white;">
<h1 class="title">Bugzilla Dashboard - Black Box</h1>
<div style="text-align: center;">
<iframe src="about:blank" id="dashboard"
        style="width: 640px; height: 480px; border: none;"></iframe>
</div>
</body>
<!-- Base Scripts -->
<script src="js/jquery.js"></script>
<script src="js/require.js"></script>
<script src="js/modules/mocks.js"></script>
<script src="js/black-box.js"></script>
</html>