mirror of https://github.com/status-im/reagent.git
Add a build note to index.html
This commit is contained in:
parent
723a1aa379
commit
73f5ee53dc
|
@ -2,12 +2,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Testing reagent</title>
|
||||
<link rel="stylesheet" href="css/examples.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>This will become an example when compiled</h1>
|
||||
<h1>Run "lein figwheel", and open
|
||||
<a href="http://localhost:3449">http://localhost:3449</a></h1>
|
||||
<script src="js/out/goog/base.js" type="text/javascript"></script>
|
||||
<script src="js/main.js" type="text/javascript"></script>
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue