Skip to content

Instantly share code, notes, and snippets.

View renancarvalho's full-sized avatar

Renan Carvalho renancarvalho

  • Automattic
  • Amsterdam
View GitHub Profile
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Heinz</title>
<link href="//cdn.getchute.com.s3.amazonaws.com/apps/rights-lp/heinz/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//static.getchute.com/exposure/rails.js"></script>
@renancarvalho
renancarvalho / Html file
Last active August 29, 2015 14:01
Setting up your single page application using Backbone + Require using CoffeeScript
<!DOCTYPE html>
<html>
<head>
@* Load your css files here *@
</head>
<body>
<section id='app'></section>
</body>
@* The init.js it's a Coffee File that handle all the configurations to load your js modules *@