Created
April 28, 2014 03:40
-
-
Save chyld/11361209 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html(lang='en') | |
head | |
meta(charset='utf-8') | |
title JS++ | |
link(rel='stylesheet', href='./css/app.css') | |
body | |
h1 JS++ | |
script(src='./js/vendor/traceur.js') | |
script(src='./js/vendor/experimental.js') | |
script(src='./js/vendor/jquery-2.1.0.js') | |
script(src='./js/vendor/lodash-2.4.1.js') | |
script(src='./js/vendor/moment-2.6.0.js') | |
script(src='./js/es5/main.js') | |
script(src='./js/es6/main.js') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment