stab-crashes/beta-stability-pushlog.html

28 строки
792 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<html style="height: 100%">
2021-01-26 14:24:21 +03:00
<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>