reagent/examples/geometry/example.html

18 lines
352 B
HTML
Raw Normal View History

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>
<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>
geometry.core.run();
2014-02-09 10:04:13 +00:00
</script>
</body>
</html>