Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 27, 2018 05:22
Show Gist options
  • Save wichaksono/b9542ccb20c12019f659f0d0a49c487e to your computer and use it in GitHub Desktop.
Save wichaksono/b9542ccb20c12019f659f0d0a49c487e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
</head>
<body>
<h1>Hello, world!</h1>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<a href="https://code.jquery.com/jquery-3.1.1.slim.min.js">https://code.jquery.com/jquery-3.1.1.slim.min.js</a>
<a href="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js">https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js</a>
<a href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js">https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment