Skip to content

Instantly share code, notes, and snippets.

View mohanarun's full-sized avatar

L Mohan Arun mohanarun

View GitHub Profile
@mohanarun
mohanarun / helloworld.html
Created December 29, 2015 07:18
Helloworld using Ember.js Javascript
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="//builds.emberjs.com/tags/v1.13.5/ember-template-compiler.js"></script>
<script src="//builds.emberjs.com/tags/v1.13.5/ember.debug.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>