2014-11-29 22:34:59 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="css/examples.css">
|
|
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2014-12-09 06:30:57 +00:00
|
|
|
<div id="main-content">
|
|
|
|
<h1>Run "lein figwheel", and open
|
|
|
|
<a href="http://localhost:3449">http://localhost:3449</a></h1>
|
|
|
|
</div>
|
2014-11-29 22:34:59 +00:00
|
|
|
<script>
|
|
|
|
var pageConfig = {"allow-html5-history": false};
|
|
|
|
</script>
|
2015-01-29 13:49:01 +00:00
|
|
|
<script src="js/main.js" type="text/javascript"></script>
|
2014-11-29 22:34:59 +00:00
|
|
|
</body>
|
|
|
|
</html>
|