2013-12-16 23:19:36 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2014-01-17 11:12:11 +01:00
|
|
|
<title>Testing reagent</title>
|
2013-12-16 23:19:36 +01:00
|
|
|
<link rel="stylesheet" href="../examples/todomvc/todos.css">
|
2013-12-17 22:25:11 +01:00
|
|
|
<link rel="stylesheet" href="../examples/todomvc/todosanim.css">
|
2013-12-16 23:19:36 +01:00
|
|
|
<link rel="stylesheet" href="../examples/simple/example.css">
|
2014-01-03 15:52:44 +01:00
|
|
|
<link rel="stylesheet" href="demo.css">
|
2013-12-17 22:25:11 +01:00
|
|
|
<style type="text/css">
|
|
|
|
.runtests { margin-bottom: 400px; }
|
|
|
|
</style>
|
2013-12-16 23:19:36 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>This will become an example when compiled</h1>
|
|
|
|
<script type="text/javascript" src="../target/cljs-client.js"></script>
|
|
|
|
<script type="text/javascript">
|
2014-01-10 11:49:36 +01:00
|
|
|
runtests.mounttests();
|
|
|
|
<!-- demo.mountdemo(); -->
|
2013-12-16 23:19:36 +01:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|