Skip to content

Instantly share code, notes, and snippets.

@arikanmstf
Last active July 31, 2017 21:56
Show Gist options
  • Save arikanmstf/6c9f8643023aff861c236dcf318d008e to your computer and use it in GitHub Desktop.
Save arikanmstf/6c9f8643023aff861c236dcf318d008e to your computer and use it in GitHub Desktop.
Static Import Bootstrap
<!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