-
Notifications
You must be signed in to change notification settings - Fork 2
/
test.html
40 lines (40 loc) · 977 Bytes
/
test.html
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
<!DOCTYPE html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style>
body {
background-color: #FFFFFF;
}
#test_img {
border: 1px solid #000000;
}
</style>
<style>
body {
background-color: #d8f0f0;
}
</style>
</head>
<div id="notificator"></div>
<div id="bar">
<textarea id="textarea"></textarea>
x:<input id="x" type="number">
y:<input id="y" type="number">
size:<input id="size" type="number">
style:<input id="style" type="text">
</div>
<button id='btn'>click me</button>
<button id='btn2'>change style</button>
<input id="fileSelect" type="file">
<div id="wrap">
<canvas id="canvas" width=400 height=1500></canvas>
</div>
<!--script src="js/Controller.js"></script-->
<script data-main="js/test_main" src="lib/require.js"></script>
<div id="">
<textarea id="test_text"></textarea>
<img id="test_img">
</div>
</body>
</html>