cristiingineru/rabbit

View on GitHub
catalog/catalog.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Examples</title>
    <script language="javascript" type="text/javascript" src="../lib/jquery.js"></script>
    <script data-main="catalog" src="../lib/require.js"></script>
</head>

<body>
  <button class="runButton" onclick="runExamples()">Run! (F4)</button>
  <div id="placeholder" />
</body>

</html>