Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created April 11, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingwithsara/abb652c88006543a8c3f3a4cf75a18d5 to your computer and use it in GitHub Desktop.
Save codingwithsara/abb652c88006543a8c3f3a4cf75a18d5 to your computer and use it in GitHub Desktop.
HWT - Bootstrap
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Sample</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<script src="js/jquery-3.3.0.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment