Skip to content

Instantly share code, notes, and snippets.

@sinhavartika
sinhavartika / mvc.js
Last active July 13, 2017 05:17
MVC in vanilla javascript
<html>
<head>
<style>
/* global css */
.mt-sm {
margin-top: 5px;
}
.text-justify {
text-align: justify;
}
@sinhavartika
sinhavartika / mvc.js
Last active July 13, 2017 14:00
MVC in vanilla javascript
<html>
<head>
<style>
/* global css */
.mt-sm {
margin-top: 5px;
}
.text-justify {
text-align: justify;
}