Skip to content

Instantly share code, notes, and snippets.

View simshanith's full-sized avatar
p̟̖̹h̯͎͙̺̤̤ͅi̜l͓͖̟͎̬̺̰o̧̻̝͖͍̻̥s̝̪̪̣͕o͍̮͖r̛̦̲̫̱̞̜̞a̸͎p͇͙̪̀t͇͖ò̙̦͈̘̣ṛ̟͕

Shane Daniel simshanith

p̟̖̹h̯͎͙̺̤̤ͅi̜l͓͖̟͎̬̺̰o̧̻̝͖͍̻̥s̝̪̪̣͕o͍̮͖r̛̦̲̫̱̞̜̞a̸͎p͇͙̪̀t͇͖ò̙̦͈̘̣ṛ̟͕
View GitHub Profile
<!DOCTYPE html>
<html class="en">
<head>
<meta charset="utf-8">
<title>Example Facebook Page Like Box</title>
</head>
<body>
<div id="fb-root"></div>
<div id="main-wrapper" style="height: 100%;">
</div><!-- end main wrapper -->
@simshanith
simshanith / grunt.js
Last active December 31, 2015 21:08
Grunt templates to the rescue!
module.exports = function(grunt) {
grunt.initConfig({
concat : {
options: {
paths: {
src: 'assets/css',
dest: 'temp'
}