mirror of
https://github.com/status-im/reagent.git
synced 2025-01-13 21:34:29 +00:00
Add a build note to index.html
This commit is contained in:
parent
723a1aa379
commit
73f5ee53dc
@ -2,12 +2,12 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Testing reagent</title>
|
|
||||||
<link rel="stylesheet" href="css/examples.css">
|
<link rel="stylesheet" href="css/examples.css">
|
||||||
<link rel="stylesheet" href="css/main.css">
|
<link rel="stylesheet" href="css/main.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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/out/goog/base.js" type="text/javascript"></script>
|
||||||
<script src="js/main.js" type="text/javascript"></script>
|
<script src="js/main.js" type="text/javascript"></script>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user