// some work on style sheets

This commit is contained in:
Kevin Granger
2013-07-18 18:51:24 +02:00
parent 02921dc9d0
commit 0b4512dbcb
1654 changed files with 171753 additions and 294 deletions
@@ -0,0 +1,21 @@
<div id="intro" class="mono">
<p>/* ---</p>
<p>RequireJS is a JavaScript file and module loader. It is optimized for
in-browser use, but it can be used in other JavaScript environments,
like Rhino and <a href="requirejs/tree/master/docs/node.md">Node</a>. Using
a modular script loader like RequireJS will improve the speed and
quality of your code.</p>
<p>
IE 6+ .......... compatible &#x2714;<br>
Firefox 2+ ..... compatible &#x2714;<br>
Safari 3.2+ .... compatible &#x2714;<br>
Chrome 3+ ...... compatible &#x2714;<br>
Opera 10+ ...... compatible &#x2714;
</p>
<p><a href="requirejs/tree/master/docs/start.md">Get started</a> then check out the <a href="requirejs/tree/master/docs/api.md">API</a>.</p>
<p>--- */</p>
</div>