2015-04-23 14:46:51 -04:00
|
|
|
<html lang="en">
|
2015-04-15 11:00:32 -04:00
|
|
|
<head>
|
2015-04-23 14:46:51 -04:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta http-equiv="refresh" content="30" />
|
2015-04-15 11:00:32 -04:00
|
|
|
<title>Raids</title>
|
2015-04-23 14:46:51 -04:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
|
2015-04-15 11:00:32 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2015-04-23 14:46:51 -04:00
|
|
|
<div class="container">
|
|
|
|
<nav class="navbar navbar-default">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="navbar-header"><a class="navbar-brand" href="#">ClickClickMafia Raids</a></div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<%= yield %>
|
|
|
|
</div>
|
2015-04-15 11:00:32 -04:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|