frpong/resources/public/index.html

15 lines
403 B
HTML
Raw Normal View History

2013-09-15 03:23:42 +05:30
<!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>