Add div that I was supposed to add earlier

This commit is contained in:
Marco Castelluccio 2016-09-22 19:36:02 +01:00
Родитель 4a185d5d18
Коммит 77eeb1f5f4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,7 @@
<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>
<br><br>
<iframe id="frame" src="about:blank" width="100%" style="height: 100%; border: none;"></iframe>
</body>