-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathliner.php
More file actions
27 lines (25 loc) · 755 Bytes
/
liner.php
File metadata and controls
27 lines (25 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<a href="http://taskify.us/bc75f1096e" class="w3-lime
w3-hover-amber
w3-round-xxlarge
w3-xxxlarge
w3-btn
w3-hover-shadow
w3-text-white
w3-ripple
w3-right">Taskify</a>
<div id="image"></div>
<fieldset>
<legend>someshit</legend>
<button id="create">Создать направляющие</button>
<button id="remove">Удалить направляющие</button>
<br>
</fieldset>
<fieldset>
<legend>coordinates</legend>
<div id="coords"></div>
</fieldset>
<fieldset>
<legend>Массив</legend>
<button id="showArray">Показать массив</button>
</fieldset>
<script src="./assets/js/app.js"></script>