reagent/site/public/index.html
Dan Holmsand 0b97403d1b Use cljsjs/react and require clojurescript >= 2740
This means that old style :preamble inclusion is deprecated.
2015-01-29 14:49:01 +01:00

19 lines
490 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/examples.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="main-content">
<h1>Run "lein figwheel", and open
<a href="http://localhost:3449">http://localhost:3449</a></h1>
</div>
<script>
var pageConfig = {"allow-html5-history": false};
</script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>