Last active
September 21, 2015 15:20
-
-
Save JMatharu/208b2bb03a9fa3ffc365 to your computer and use it in GitHub Desktop.
Revisions
-
JMatharu revised this gist
Sep 21, 2015 . 1 changed file with 1 addition and 1 deletion.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 @@ -2,7 +2,7 @@ <html> <head> <title>Minions</title> <link rel="stylesheet" type="text/css" href="css/minions.css"> </head> <body> <div class="container"> -
JMatharu created this gist
Jul 31, 2015 .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,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>