mirror of https://github.com/status-im/reagent.git
16 lines
448 B
HTML
16 lines
448 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/simple/example.css">
|
||
|
</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>
|