reagent/site/test.html

20 lines
600 B
HTML

<html>
<head>
<meta charset="utf-8">
<title>Testing cloact</title>
<link rel="stylesheet" href="../examples/todomvc/todos.css">
<link rel="stylesheet" href="../examples/todomvc/todosanim.css">
<link rel="stylesheet" href="../examples/simple/example.css">
<style type="text/css">
.runtests { margin-bottom: 400px; }
</style>
</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>