Last active
April 6, 2017 17:24
-
-
Save VasiliuKr/9a7d99d9c46d62039a8ced5c8b1ff809 to your computer and use it in GitHub Desktop.
Revisions
-
VasiliuKr revised this gist
Sep 12, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,8 @@ html(lang="ru") 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]> -
VasiliuKr created this gist
Sep 12, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ 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 Corporate link(rel="stylesheet" href="css/main.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")