Skip to content

Instantly share code, notes, and snippets.

@jeonghwan-kim
Last active December 25, 2015 08:29
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 jeonghwan-kim/6947488 to your computer and use it in GitHub Desktop.
Save jeonghwan-kim/6947488 to your computer and use it in GitHub Desktop.
html default source with jquery, bootstrap
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport"content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css"rel="stylesheet"media="screen">
</head>
<body>
<h1>Hello, world!</h1>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.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