UNPKG

soma.js

Version:

soma.js is a javascript framework created to build scalable and maintainable applications.

28 lines (21 loc) 676 B
<!DOCTYPE html> <html> <head> <title>soma.js | hello world</title> </head> <body> <div id="message"></div> <script src="../../build/soma.js"></script> <script src="js/helloworld.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-36294101-3']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>