reagent/examples/geometry/example.html

16 lines
387 B
HTML
Raw Normal View History

2014-02-09 10:04:13 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
2014-02-09 12:02:36 +00:00
<title>reagent svg example</title>
2014-02-09 10:04:13 +00:00
<link rel="stylesheet" href="example.css">
</head>
<body style="margin-left: -1px; margin-top: -1px">
<div id="app"></div>
<script type="text/javascript" src="target/client.js"></script>
<script type="text/javascript">
core.run();
</script>
</body>
</html>