Skip to content

Instantly share code, notes, and snippets.

@JMatharu
Last active September 21, 2015 15:20
Show Gist options
  • Select an option

  • Save JMatharu/208b2bb03a9fa3ffc365 to your computer and use it in GitHub Desktop.

Select an option

Save JMatharu/208b2bb03a9fa3ffc365 to your computer and use it in GitHub Desktop.

Revisions

  1. JMatharu revised this gist Sep 21, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    <html>
    <head>
    <title>Minions</title>
    <link rel="stylesheet" type="text/css" href="css/minion.css">
    <link rel="stylesheet" type="text/css" href="css/minions.css">
    </head>
    <body>
    <div class="container">
  2. JMatharu created this gist Jul 31, 2015.
    13 changes: 13 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <!DOCTYPE html>
    <html>
    <head>
    <title>Minions</title>
    <link rel="stylesheet" type="text/css" href="css/minion.css">
    </head>
    <body>
    <div class="container">
    <h1>Minions are here!!</h1>

    </div>
    </body>
    </html>