Skip to content

Instantly share code, notes, and snippets.

@VasiliuKr
Last active April 6, 2017 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save VasiliuKr/9a7d99d9c46d62039a8ced5c8b1ff809 to your computer and use it in GitHub Desktop.
Save VasiliuKr/9a7d99d9c46d62039a8ced5c8b1ff809 to your computer and use it in GitHub Desktop.
start.pug
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