diff --git a/hello.html b/hello.html
index 1fd1524..504c8b5 100644
--- a/hello.html
+++ b/hello.html
@@ -3,6 +3,7 @@
+
Hello Team
diff --git a/reem.js b/reem.js
new file mode 100644
index 0000000..4a9eaec
--- /dev/null
+++ b/reem.js
@@ -0,0 +1,3 @@
+function reem() {
+ return "Reem says hello."
+}