stab-crashes/beta-stability-pushlog.html

23 строки
556 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="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>Evolution</th>
</tr>
</table>
</body>
</html>