+
+ {{ $t('strings.hello') }}
+
+
+ {{ $t('strings.reset') }}
+
+
\ No newline at end of file
diff --git a/UI/StepNavigator/entry/src/main/js/default/pages/homepage/index.js b/UI/StepNavigator/entry/src/main/js/default/pages/homepage/index.js
new file mode 100644
index 0000000000000000000000000000000000000000..93862a18585f7ba8a6e21f4c68c10b82290923f5
--- /dev/null
+++ b/UI/StepNavigator/entry/src/main/js/default/pages/homepage/index.js
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2021 Huawei Device Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import router from '@system.router';
+
+export default {
+ onclick() {
+ router.push({
+ uri: "pages/index/index"
+ })
+ }
+}
diff --git a/UI/StepNavigator/entry/src/main/js/default/pages/index/index.css b/UI/StepNavigator/entry/src/main/js/default/pages/index/index.css
new file mode 100644
index 0000000000000000000000000000000000000000..a9a61c20295ed0376c5d286214fefdf3e5c26f9a
--- /dev/null
+++ b/UI/StepNavigator/entry/src/main/js/default/pages/index/index.css
@@ -0,0 +1,47 @@
+/*
+ * Copyright (c) 2021 Huawei Device Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+.container {
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+}
+
+.stepperItem {
+ flex-direction: column;
+ align-items: center;
+}
+
+.item {
+ height: 70%;
+ justify-content: center;
+}
+
+.text {
+ font-size: 28px;
+}
+
+.button {
+ width: 60%;
+ justify-content: center;
+}
+
+.input {
+ margin-left: 20%;
+}
+
+.inputText {
+ font-size: 16px;
+}
\ No newline at end of file
diff --git a/UI/StepNavigator/entry/src/main/js/default/pages/index/index.hml b/UI/StepNavigator/entry/src/main/js/default/pages/index/index.hml
new file mode 100644
index 0000000000000000000000000000000000000000..e83da3baea4cabe696de2901446a3c2e939689d6
--- /dev/null
+++ b/UI/StepNavigator/entry/src/main/js/default/pages/index/index.hml
@@ -0,0 +1,43 @@
+
+
+