Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files- staticfiles/index.html +1 -6
staticfiles/index.html
CHANGED
@@ -19,12 +19,7 @@
|
|
19 |
</head>
|
20 |
|
21 |
<body>
|
22 |
-
|
23 |
-
<button onclick="Motion(2);">モーション2</button>
|
24 |
-
<button onclick="Motion(3);">モーション3</button>
|
25 |
-
<button onclick="Motion(4);">モーション4</button>
|
26 |
-
<button onclick="Motion(5);">モーション5</button>
|
27 |
-
<button onclick="Motion(6);">モーション6</button>
|
28 |
<video id="my-video" autoplay></video>
|
29 |
|
30 |
<script>
|
|
|
19 |
</head>
|
20 |
|
21 |
<body>
|
22 |
+
|
|
|
|
|
|
|
|
|
|
|
23 |
<video id="my-video" autoplay></video>
|
24 |
|
25 |
<script>
|