From 3476364886a922180006b1b2ac5abf7d4afa3d00 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Thu, 15 Sep 2011 09:28:58 -0700 Subject: [PATCH] Moved helloworld/ to examples/helloworld/ --- {helloworld => examples/helloworld}/README.md | 0 {helloworld => examples/helloworld}/hello.js | 0 .../helloworld}/helloworld.pdf | 0 examples/helloworld/index.html | 18 ++++++++++++++++++ helloworld/index.html | 18 ------------------ 5 files changed, 18 insertions(+), 18 deletions(-) rename {helloworld => examples/helloworld}/README.md (100%) rename {helloworld => examples/helloworld}/hello.js (100%) rename {helloworld => examples/helloworld}/helloworld.pdf (100%) create mode 100644 examples/helloworld/index.html delete mode 100644 helloworld/index.html diff --git a/helloworld/README.md b/examples/helloworld/README.md similarity index 100% rename from helloworld/README.md rename to examples/helloworld/README.md diff --git a/helloworld/hello.js b/examples/helloworld/hello.js similarity index 100% rename from helloworld/hello.js rename to examples/helloworld/hello.js diff --git a/helloworld/helloworld.pdf b/examples/helloworld/helloworld.pdf similarity index 100% rename from helloworld/helloworld.pdf rename to examples/helloworld/helloworld.pdf diff --git a/examples/helloworld/index.html b/examples/helloworld/index.html new file mode 100644 index 000000000..c353b6a89 --- /dev/null +++ b/examples/helloworld/index.html @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/helloworld/index.html b/helloworld/index.html deleted file mode 100644 index 68a465f52..000000000 --- a/helloworld/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - -