added index.html
This commit is contained in:
parent
6c5ed886bd
commit
07c53dcf2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ pom.xml.asc
|
||||
*.class
|
||||
/.lein-*
|
||||
/.nrepl-port
|
||||
/resources/public/js
|
||||
|
15
resources/public/index.html
Normal file
15
resources/public/index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Simple CLJS</title>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<!-- pointing to cljsbuild generated js file -->
|
||||
<script src="js/frpong.js"></script>
|
||||
<script type="text/javascript">frpong.core.init()</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user