less escaping
This commit is contained in:
parent
0b2371e73e
commit
9503eb7c5a
1 changed files with 9 additions and 9 deletions
|
@ -1,17 +1,17 @@
|
|||
<h1>Getting Started with OxJS</h1>
|
||||
|
||||
<p><pre><!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="OxJS/build/Ox.js"></script>
|
||||
<script>
|
||||
<p><pre><!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="OxJS/build/Ox.js"></script>
|
||||
<script>
|
||||
Ox.load(function() {
|
||||
// Document ready. Your code here.
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html></pre><p>
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html></pre><p>
|
||||
|
||||
<p>To include <code>Ox.UI</code>, start with <code>Ox.load('UI', function() { ... })</code>.</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue