Last active
July 31, 2017 21:56
-
-
Save arikanmstf/6c9f8643023aff861c236dcf318d008e to your computer and use it in GitHub Desktop.
Static Import Bootstrap
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> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
<link rel="stylesheet" href="/static/css/bootstrap.min.css"> | |
<title>My Library</title> | |
</head> | |
<body> | |
<div class="main-content"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment