diff --git a/ui/main.js b/ui/main.js index 4cf7ed58de3..420e1d822c4 100644 --- a/ui/main.js +++ b/ui/main.js @@ -1 +1,2 @@ console.log('Loaded!'); +console.log('Welcome'); diff --git a/ui/new.js b/ui/new.js new file mode 100644 index 00000000000..08e82f2c31f --- /dev/null +++ b/ui/new.js @@ -0,0 +1,2 @@ +console.log('NEW Loaded!'); +console.log('NEW Welcome'); \ No newline at end of file diff --git a/ui/new1.js b/ui/new1.js new file mode 100644 index 00000000000..08e82f2c31f --- /dev/null +++ b/ui/new1.js @@ -0,0 +1,2 @@ +console.log('NEW Loaded!'); +console.log('NEW Welcome'); \ No newline at end of file diff --git a/ui/new2.js b/ui/new2.js new file mode 100644 index 00000000000..ce013625030 --- /dev/null +++ b/ui/new2.js @@ -0,0 +1 @@ +hello