From b10a083a8ff427e0cec48f543508c92a16d2bf6a Mon Sep 17 00:00:00 2001 From: yuming91 Date: Mon, 7 Apr 2014 16:48:52 -0700 Subject: [PATCH 1/2] Create yuming.js --- yuming.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 yuming.js diff --git a/yuming.js b/yuming.js new file mode 100644 index 0000000..5105a36 --- /dev/null +++ b/yuming.js @@ -0,0 +1,3 @@ +function yuming() { + return "Yuming says hello." +} From 8326e2adbe6152233f8c113f090c5941bc3d013f Mon Sep 17 00:00:00 2001 From: yuming91 Date: Mon, 7 Apr 2014 16:49:23 -0700 Subject: [PATCH 2/2] Update hello.html --- hello.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.html b/hello.html index 1fd1524..2313748 100644 --- a/hello.html +++ b/hello.html @@ -2,7 +2,8 @@ - + + Hello Team