Skip to content

Commit

Permalink
* examples/exampleA.html: cleanup example markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Dec 25, 2009
1 parent 9e75198 commit 6ca1852
Showing 1 changed file with 18 additions and 26 deletions.
44 changes: 18 additions & 26 deletions examples/exampleA.html
@@ -1,31 +1,23 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script src="../externals/mootools-1.2.3-core.js" type="text/javascript" charset="utf-8"></script>
<script src="../externals/mootools-1.2.3.1-more.js" type="text/javascript" charset="utf-8"></script>
<script src="../externals/functools/FuncTools.js" type="text/javascript" charset="utf-8"></script>
<script src="../Promises.js" type="text/javascript" charset="utf-8"></script>
<script src="exampleA.js" type="text/javascript" charset="utf-8"></script>
<script src="../externals/mootools-1.2.3-core.js" type="text/javascript" charset="utf-8"></script>
<script src="../externals/mootools-1.2.3.1-more.js" type="text/javascript" charset="utf-8"></script>
<script src="../externals/functools/FuncTools.js" type="text/javascript" charset="utf-8"></script>
<script src="../Promises.js" type="text/javascript" charset="utf-8"></script>
<script src="exampleA.js" type="text/javascript" charset="utf-8"></script>
<title>Example A</title>

</head>

<body>

<label>Example 1:</label>
<input id="ex1"></input>

<label>Example 2:</label>
<input id="ex2"></input>

<label>Example 3:</label>
<input id="ex3"></input>

<label>Example 4:</label>
<input id="ex4"></input>

</body>
</head>
<body>
<label>Example 1:</label>
<input id="ex1"></input>
<label>Example 2:</label>
<input id="ex2"></input>
<label>Example 3:</label>
<input id="ex3"></input>
<label>Example 4:</label>
<input id="ex4"></input>
</body>
</html>

0 comments on commit 6ca1852

Please sign in to comment.