Created
September 23, 2014 01:44
-
-
Save krishnabhargav/66a66ed0d7663b4d874f to your computer and use it in GitHub Desktop.
clojurescript included html file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
Welcome to clojure world! | |
<script type="text/javascript" src="js/goog/base.js"></script> | |
<script src="js/main.js" type="text/javascript"></script> | |
<script text="text/javascript"> | |
goog.require("webapp.client"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment