stab-crashes/correlations.html

21 строка
614 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Signature Correlations</title>
</head>
<body>
<script src="correlations.js" type="text/javascript"></script>
<select name="channel" id="channel">
<option selected>release</option>
<option>beta</option>
<option>aurora</option>
<option>nightly</option>
</select>
<input type="text" name="signature" id="signature" placeholder="Signature...">
<button id="signatureButton">Get correlations</button>
<br><br>
2016-08-10 16:03:19 +03:00
<img id="correlations_image" src="about:blank" alt="" width="1200" height="900">
</body>
</html>