File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE HTML>
2
+ < html >
3
+ < head >
4
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
5
+ < title > KO</ title >
6
+ < link href ="css/main.css " rel ="Stylesheet " type ="text/css " />
7
+ </ head >
8
+ < body >
9
+
10
+ < div data-bind ="template: { name: templatoUse , foreach: feature } "> </ div >
11
+
12
+
13
+
14
+ < script type ="text/html " id ="f4x4-template ">
15
+ < h3 data-bind = "text: title" > </ h3 >
16
+ < p > Credits : < span data - bind = "text: description" > < / span > </ p >
17
+
18
+ </ script >
19
+
20
+
21
+ < script type ="text/html " id ="Script1 ">
22
+ < h3 data-bind = "text: title" > </ h3 >
23
+ < p > Credits : < span data - bind = "text: description" > < / span > </ p >
24
+ </ script >
25
+
26
+
27
+ <!--js assets!-->
28
+ < script type ='text/javascript ' src ='js/knockout-3.1.0.js '> </ script >
29
+ < script type ='text/javascript ' src ='js/main.js '> </ script >
30
+ </ body >
31
+ </ html >
You can’t perform that action at this time.
0 commit comments