parent
6c5ed886bd
commit
07c53dcf2b
@ -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