mirror of https://github.com/status-im/reagent.git
19 lines
490 B
HTML
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>
|