28 строки
792 B
HTML
28 строки
792 B
HTML
<!DOCTYPE html>
|
|
<html style="height: 100%">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>Compare Betas</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body style="height: 90%">
|
|
<script src="beta-stability-pushlog.js" type="text/javascript"></script>
|
|
<select name="product" id="product">
|
|
<option selected>Firefox</option>
|
|
<option>FennecAndroid</option>
|
|
</select>
|
|
<select name="beta1" id="beta1"></select>
|
|
<select name="beta2" id="beta2"></select>
|
|
<button id="compareButton">Compare</button>
|
|
<br /><br />
|
|
<div id="dates"></div>
|
|
<table id="table">
|
|
<tr>
|
|
<th>Bug</th>
|
|
<th>Signatures</th>
|
|
<th>Evolution</th>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|