5
5
< title > DooHTML</ title >
6
6
< link href ="/css/currentStyle.css " rel ="preload " as ="style "/>
7
7
< link href ="/css/currentStyle.css " rel ="stylesheet "/>
8
- <!-- <link href="./js/doo.html.js" rel="preload" as="script"/> -->
9
- <!-- <link href="./js/doo.html.0.60.1.js" rel="preload" as="script"/> -->
10
- <!-- <script type="module" src="./js/doo.html.js"></script> -->
11
- <!-- <script type="module" src="./js/doo.html.0.60.1.js"></script> -->
12
-
13
- < script type ="module " src ="http://localhost:8001/src/js/doo.html.js "> </ script >
14
- <!-- <script type="module" src="./js/Main.class.timer.js" defer ></script> -->
8
+ < link href ="./js/doo.html.js " rel ="preload " as ="script "/>
9
+ < script type ="module " src ="./js/doo.html.js "> </ script >
15
10
< script type ="module " src ="./js/Main.class.js " defer > </ script >
16
-
17
- </ head >
18
-
11
+ </ head >
19
12
< body >
20
-
21
13
< div id ="main ">
22
14
< div class ="container ">
23
15
< div class ="jumbotron ">
24
16
< div class ="row ">
25
17
< div class ="col-md-6 ">
26
- < h1 > DooHTML - keyed</ h1 > < span class ="ver "> </ span >
18
+ < h1 > DooHTML - keyed</ h1 > < span class ="ver "> </ span >
27
19
</ div >
28
- < div class ="col-md-6 ">
29
- < div class ="row ">
30
- < div class ="col-sm-6 smallpad ">
31
- < button type ="button " class ="btn btn-primary btn-block " id ="run "> Create 1,000 rows</ button >
32
- </ div >
33
- < div class ="col-sm-6 smallpad ">
34
- < button type ="button " class ="btn btn-primary btn-block " id ="runlots "> Create 10,000 rows</ button >
35
- </ div >
36
- < div class ="col-sm-6 smallpad ">
37
- < button type ="button " class ="btn btn-primary btn-block " id ="add "> Append 1,000 rows</ button >
38
- </ div >
39
- < div class ="col-sm-6 smallpad ">
40
- < button type ="button " class ="btn btn-primary btn-block " id ="update "> Update every 10th row</ button >
41
- </ div >
42
- < div class ="col-sm-6 smallpad ">
43
- < button type ="button " class ="btn btn-primary btn-block " id ="clear "> Clear</ button >
44
- </ div >
45
- < div class ="col-sm-6 smallpad ">
46
- < button type ="button " class ="btn btn-primary btn-block " id ="swaprows "> Swap Rows</ button >
47
- </ div >
48
- </ div >
49
- </ div >
50
- </ div >
51
- </ div >
52
- < doo-main
53
- context ="shadow "
54
- link ="/css/currentStyle.css "
55
- bind ="rows "
56
- template ="./templates/main.html "
57
- > </ doo-main >
58
- </ div >
59
- < span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
60
-
20
+ < div class ="col-md-6 ">
21
+ < div class ="row ">
22
+ < div class ="col-sm-6 smallpad ">
23
+ < button type ="button " class ="btn btn-primary btn-block " id ="run "> Create 1,000 rows</ button >
24
+ </ div >
25
+ < div class ="col-sm-6 smallpad ">
26
+ < button type ="button " class ="btn btn-primary btn-block " id ="runlots "> Create 10,000 rows</ button >
27
+ </ div >
28
+ < div class ="col-sm-6 smallpad ">
29
+ < button type ="button " class ="btn btn-primary btn-block " id ="add "> Append 1,000 rows</ button >
30
+ </ div >
31
+ < div class ="col-sm-6 smallpad ">
32
+ < button type ="button " class ="btn btn-primary btn-block " id ="update "> Update every 10th row</ button >
33
+ </ div >
34
+ < div class ="col-sm-6 smallpad ">
35
+ < button type ="button " class ="btn btn-primary btn-block " id ="clear "> Clear</ button >
36
+ </ div >
37
+ < div class ="col-sm-6 smallpad ">
38
+ < button type ="button " class ="btn btn-primary btn-block " id ="swaprows "> Swap Rows</ button >
39
+ </ div >
40
+ </ div >
41
+ </ div >
42
+ </ div >
43
+ </ div >
44
+ < doo-main
45
+ context ="shadow "
46
+ link ="/css/currentStyle.css "
47
+ bind ="rows "
48
+ template ="./templates/main.html "
49
+ > </ doo-main >
50
+ </ div >
51
+ < span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
61
52
</ div >
62
53
</ body >
63
54
</ html >
0 commit comments