Skip to content

Instantly share code, notes, and snippets.

@baseonmars
Created July 4, 2014 10:05
Show Gist options
  • Save baseonmars/79c2b0104c47ad2e1a0e to your computer and use it in GitHub Desktop.
Save baseonmars/79c2b0104c47ad2e1a0e to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Bootstrap example</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<form class="text-center">
<button class="btn btn-lg btn-primary">New Retrospective</button>
</form>
</div>
</div>
<div class="row">
<div class="col-md-6">
</div>
<div class="col-md-6">
</div>
</div>
</div>
<!-- JQuery 2.1.1 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/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