Last active
June 22, 2016 13:09
-
-
Save Maden-maxi/2f904740a192d4a8592ea67440ce7b94 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="ru") | |
head | |
block meta | |
meta(charset="UTF-8") | |
block link | |
link(rel="stylesheet", href="css/styles.css") | |
block title | |
title Default title | |
body | |
block content | |
//build:js js/vendor.js | |
//bower:js | |
//endbower | |
//endbuild | |
//build:js js/main.js | |
//endbuild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment