summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2016-02-11 11:31:23 +0800
committerLi Zhineng <[email protected]>2016-02-11 11:31:23 +0800
commit4e0eb400d47e9ef3ded2b719348c0aa7b56a4530 (patch)
treed094af77cc9a17bbfaa7ac0d68040f5d4c91a7a7 /README.html
parente46f1f131101a24910c5073d6cb6ff7189891663 (diff)
parent8c81bfbcdf3451ae634927a1270c40941ba02d5e (diff)
downloadword-search-game-4e0eb400d47e9ef3ded2b719348c0aa7b56a4530.tar.gz
word-search-game-4e0eb400d47e9ef3ded2b719348c0aa7b56a4530.zip
Merge pull request #1 from stvnthomas/master
Functionality
Diffstat (limited to 'README.html')
-rw-r--r--README.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..40f3a9f
--- /dev/null
+++ b/README.html
@@ -0,0 +1,15 @@
+<h1 id="word-search-game">Word search game</h1>
+<p>A word game which programming with HTML5 and Javascript.</p>
+<h2 id="requirment">Requirment</h2>
+<ul>
+<li>Internet Explorer 10</li>
+<li>Google Chrome 8</li>
+<li>Opera 11.5</li>
+<li>Safari 5</li>
+</ul>
+<h2 id="license">License</h2>
+<p>The MIT License (MIT)</p>
+<p>Copyright (c) 2013 Li Zhineng &lt;[email protected]&gt; and other <code>word-search-game</code> contributors</p>
+<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
+<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
+<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>