Created
June 14, 2014 10:04
-
-
Save digiltd/6492d843ab304b012c22 to your computer and use it in GitHub Desktop.
Bootstrap index.html blank
This file contains 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>Bootstrap Blank</title> | |
<link rel="stylesheet" type="text/css" href="style.css" /> | |
<link rel="shortcut icon" href="../favicon.ico"> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-12"> | |
</div> | |
</div> | |
</div> | |
<script src="/bower_components/jquery/dist/jquery.min.js" type="text/javascript" charset="utf-8"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment