Skip to content

Instantly share code, notes, and snippets.

View shivrajsa's full-sized avatar

Shivraj Sawant shivrajsa

View GitHub Profile
// The core app code
var myApp = (function () {
'use strict';
// Create a public methods object
var methods = {};
/**
* Extend the public methods object
<!DOCTYPE html>
<head>
<style>
body {
margin: 20px 30px;
font-size: 13px;
font-family: 'Open Sans', Helvetica, Arial;
}
a {