diff --git a/.gitignore b/.gitignore index 40b878d..08da59f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +.ssh \ No newline at end of file diff --git a/webapp/Component-preload.js b/webapp/Component-preload.js new file mode 100644 index 0000000..e69de29 diff --git a/webapp/i18n/i18n.properties b/webapp/i18n/i18n.properties index e69de29..1514bd1 100644 --- a/webapp/i18n/i18n.properties +++ b/webapp/i18n/i18n.properties @@ -0,0 +1,2 @@ +appTitle=ui5-challenge +appDescription=UI5 challenge app \ No newline at end of file diff --git a/webapp/i18n/i18n_en.properties b/webapp/i18n/i18n_en.properties new file mode 100644 index 0000000..1514bd1 --- /dev/null +++ b/webapp/i18n/i18n_en.properties @@ -0,0 +1,2 @@ +appTitle=ui5-challenge +appDescription=UI5 challenge app \ No newline at end of file diff --git a/webapp/i18n/i18n_en_GB.properties b/webapp/i18n/i18n_en_GB.properties new file mode 100644 index 0000000..1514bd1 --- /dev/null +++ b/webapp/i18n/i18n_en_GB.properties @@ -0,0 +1,2 @@ +appTitle=ui5-challenge +appDescription=UI5 challenge app \ No newline at end of file diff --git a/webapp/index.html b/webapp/index.html index 01c1bb6..d3222cd 100644 --- a/webapp/index.html +++ b/webapp/index.html @@ -1,28 +1,19 @@ +
-