Created
August 24, 2013 18:16
-
-
Save SvitlanaShepitsena/6329579 to your computer and use it in GitHub Desktop.
This file contains hidden or 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> | |
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>Your Title Name</title> | |
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:700' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=Numans' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=Archivo+Black' rel='stylesheet' type='text/css'> | |
{{HTML::style("comp/stylesheets/normalize.css" )}} | |
{{HTML::style("comp/stylesheets/screen.css" )}} | |
{{HTML::script("//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js")}} | |
{{HTML::script("comp/javascripts/vendor/custom.modernizr.js")}} | |
{{HTML::script("comp/javascripts/foundation.min.js")}} | |
{{HTML::script("comp/javascripts/script.js")}} | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment