-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
2 lines (2 loc) · 905 Bytes
/
index.html
File metadata and controls
2 lines (2 loc) · 905 Bytes
1
2
<!DOCTYPE html><html lang="ru"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><script src="https://code.jquery.com/jquery-3.3.1.min.js"></script><script src="js/jquery.curvedarrow.js"></script><link rel="stylesheet" href="css/styles.css"><title>Тестовое задание Uchi.ru</title></head><body><div class="wrap"><p class="example"><span class="a num"></span> + <span class="b num"></span> = <input value="?" readonly="true" class="sum readonly"></p><input type="number" class="check-a check"><input type="number" class="check-b check none"><!--<div id="curve2" class="curve hidden"></div>
<div id="curve1" class="curve"></div>--><div class="line"></div><div id="curve2" class="curve hidden"></div><div id="curve1" class="curve"></div></div><script src="js/index.js"></script></body></html>