reagent/site/test.html

20 lines
600 B
HTML
Raw Normal View History

2013-12-16 22:19:36 +00:00
<html>
<head>
<meta charset="utf-8">
<title>Testing cloact</title>
<link rel="stylesheet" href="../examples/todomvc/todos.css">
2013-12-17 21:25:11 +00:00
<link rel="stylesheet" href="../examples/todomvc/todosanim.css">
2013-12-16 22:19:36 +00:00
<link rel="stylesheet" href="../examples/simple/example.css">
2013-12-17 21:25:11 +00:00
<style type="text/css">
.runtests { margin-bottom: 400px; }
</style>
2013-12-16 22:19:36 +00: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">
runtests.run();
</script>
</body>
</html>