回答編集履歴
2
抜けていた箇所追記
test
CHANGED
@@ -38,6 +38,42 @@
|
|
38
38
|
|
39
39
|
<body onload="widthFunction();">
|
40
40
|
|
41
|
+
<template id="home.html">
|
42
|
+
|
43
|
+
<ons-page>
|
44
|
+
|
45
|
+
<div id="sp1" style="width: 100%; float: left;">
|
46
|
+
|
47
|
+
<ons-list>
|
48
|
+
|
49
|
+
<ons-list-item onclick="fn.load('sp1.html')" tappable>
|
50
|
+
|
51
|
+
<ons-button modifier="large">初級</ons-button>
|
52
|
+
|
53
|
+
</ons-list-item>
|
54
|
+
|
55
|
+
</ons-list>
|
56
|
+
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<div>
|
60
|
+
|
61
|
+
<ons-list>
|
62
|
+
|
63
|
+
<ons-list-item onclick="fn.load('sp2.html')" tappable>
|
64
|
+
|
65
|
+
<ons-button modifier="large">再開</ons-button>
|
66
|
+
|
67
|
+
</ons-list-item>
|
68
|
+
|
69
|
+
</ons-list>
|
70
|
+
|
71
|
+
</div>
|
72
|
+
|
73
|
+
</ons-page>
|
74
|
+
|
75
|
+
</template>
|
76
|
+
|
41
77
|
</body>
|
42
78
|
|
43
79
|
|
1
誤字の修正
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
<body onload="
|
39
|
+
<body onload="widthFunction();">
|
40
40
|
|
41
41
|
</body>
|
42
42
|
|