mirror of https://github.com/status-im/reagent.git
Make sure index.html is in git
This commit is contained in:
parent
17375490fe
commit
4c8f08c646
|
@ -1,6 +1,3 @@
|
||||||
index.html
|
|
||||||
assets/
|
|
||||||
/news/
|
|
||||||
target
|
target
|
||||||
pom.xml
|
pom.xml
|
||||||
.lein-repl-history
|
.lein-repl-history
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
<!doctype html>
|
||||||
|
<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>
|
||||||
|
<script src="js/out/goog/base.js" type="text/javascript"></script>
|
||||||
|
<script src="js/main.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
var pageConfig = {"allow-html5-history": false};
|
||||||
|
if (typeof goog != 'undefined') {
|
||||||
|
goog.require('devsetup');
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue