Skip to content

Instantly share code, notes, and snippets.

@VasiliuKr
Last active April 6, 2017 17:24
Show Gist options
  • Select an option

  • Save VasiliuKr/9a7d99d9c46d62039a8ced5c8b1ff809 to your computer and use it in GitHub Desktop.

Select an option

Save VasiliuKr/9a7d99d9c46d62039a8ced5c8b1ff809 to your computer and use it in GitHub Desktop.

Revisions

  1. VasiliuKr revised this gist Sep 12, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions index.pug
    Original 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 Corporate
    link(rel="stylesheet" href="css/main.css")
    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]>
  2. VasiliuKr created this gist Sep 12, 2016.
    16 changes: 16 additions & 0 deletions index.pug
    Original 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")