forked from requirejs/requirejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (17 loc) · 790 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 ✔<br>
Firefox 2+ ..... compatible ✔<br>
Safari 3.2+ .... compatible ✔<br>
Chrome 3+ ...... compatible ✔<br>
Opera 10+ ...... compatible ✔
</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>