2014-10-28 02:36:28 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>BloomJS demo</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Bloom.JS demo</h1>
|
|
|
|
<p>This page runs the <code>bloom.js</code> library unit-tests. Look at your console output for <code>assert</code> error and verbose debugging.
|
|
|
|
<script type="text/javascript" src="js/bloom.js"></script>
|
2014-10-28 20:08:47 +01:00
|
|
|
<script type="text/javascript" src="js/test.js"></script>
|
2014-10-28 02:36:28 +01:00
|
|
|
<script type="text/javascript" src="js/test2.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|