Skip to content

Instantly share code, notes, and snippets.

@vaxinate
Created May 22, 2013 05:52
Show Gist options
  • Save vaxinate/5625516 to your computer and use it in GitHub Desktop.
Save vaxinate/5625516 to your computer and use it in GitHub Desktop.
<div class="area">
¯\_(ツ)_/¯<br/>
<%= @ranver %>
</div>
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="ranver.css" rel="stylesheet" media="screen">
</head>
<body>
<%= yield %>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
.area {
display: table-cell;
text-align: center;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment