20 строки
667 B
HTML
20 строки
667 B
HTML
<!DOCTYPE html>
|
|
<html style="height: 100%">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Compare Betas</title>
|
|
</head>
|
|
<body style="height: 90%">
|
|
<script src="compare-betas.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>
|
|
<div id="warning" style="font-weight: bold; color: red;"></div>
|
|
<iframe id="frame" src="about:blank" width="100%" style="height: 100%; border: none;"></iframe>
|
|
</body>
|
|
</html>
|