Last active
April 6, 2017 17:24
-
-
Save VasiliuKr/9a7d99d9c46d62039a8ced5c8b1ff809 to your computer and use it in GitHub Desktop.
start.pug
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 | |
meta(charset="UTF-8") | |
meta(http-equiv="X-UA-Compatible" content="IE=edge") | |
meta(name="viewport" content="width=device-width, initial-scale=1") | |
title New Project | |
link(rel="stylesheet" href="css/style.css") | |
// HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries | |
// WARNING: Respond.js doesn't work if you view the page via file:// | |
<!--[if IE 8]> | |
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | |
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
<![endif]--> | |
body | |
script(src="bower/jquery/dist/jquery.min.js") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment