diff --git a/examples/joystick/dual-stick.html b/examples/joystick/dual-stick.html
index 5992c7df7..4f270616d 100644
--- a/examples/joystick/dual-stick.html
+++ b/examples/joystick/dual-stick.html
@@ -1,58 +1,61 @@
+
-
-
-
- Joystick Input
-
+
+
+
+Joystick Input
+
+
+i18n
+ .load(lang, { blockly: true, kanoCodePath: '/' })
+ .then(() => {
+ const editor = new code.Editor();
+ editor.load(app)
+ editor.inject(document.body);
+ });
+
-
\ No newline at end of file
+