-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (55 loc) · 2.12 KB
/
index.html
File metadata and controls
65 lines (55 loc) · 2.12 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ease - l</title>
</head>
<body>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="scripts/js.js"></script>
<script src="scripts/projects.js"></script>
<script src="scripts/dinamic_add.js"></script>
<script src = "scripts/uploadImage.js"></script>
<script src="scripts/readImage.js"></script>
<script type = "text/babel" src="scripts/test.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<table width="100%">
<tr>
<td><h1 id="main_header"><i><font color="#32CD32">EASE - L</font></i></h1></td>
</tr>
<tr class="input">
<td>
<div id="button_new_project">
<form class="form-horizontal">
<div id="bottom-header">
<input id="input" name="input" type="text" class="form-control col-sm-3" value="Name" placeholder="New Project">
<input id="add_button" type="button" class="btn btn-success col-sm-3" onclick="add()" value="Add new project"><label for="check" class="control-label " >Delete Project</label>
<div id="check"><input type="checkbox" id="deleteBox" unchecked></div>
<input type="file" class="" id="upload" value="read" onchange="onFilesSelect(this)"/>
</div>
</form>
</div>
<div id="test">
</div>
</td>
</tr>
<tr id="twobuttons">
<td>
<div id="for2buttons">
</div>
</td>
</tr>
<tr>
<td>
<ul id="spisok" class="parent">
</ul>
</td>
</tr>
</table>
<script src="https://npmcdn.com/axios/dist/axios.min.js"></script>
<script src="build/react.js"></script>
<script src="build/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.24/browser.min.js"></script>
<div id="textfrominput"></div>
</body>
</html>