Last active
September 21, 2015 15:20
-
-
Save JMatharu/208b2bb03a9fa3ffc365 to your computer and use it in GitHub Desktop.
Minion_Base_Structure
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 characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Minions</title> | |
<link rel="stylesheet" type="text/css" href="css/minions.css"> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Minions are here!!</h1> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment