2014-02-09 10:04:13 +00:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2015-02-09 11:55:33 +00:00
|
|
|
|
<title>Example</title>
|
2014-02-09 10:04:13 +00:00
|
|
|
|
<link rel="stylesheet" href="example.css">
|
|
|
|
|
</head>
|
2014-02-15 16:05:22 +00:00
|
|
|
|
<body>
|
2015-02-09 11:55:33 +00:00
|
|
|
|
<div id="app">
|
|
|
|
|
<h1>Reagent example app – see README.md</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<script src="target/client.js"></script>
|
|
|
|
|
<script>
|
2014-02-15 16:05:22 +00:00
|
|
|
|
geometry.core.run();
|
2014-02-09 10:04:13 +00:00
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|