31 lines
1.0 KiB
HTML
31 lines
1.0 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Title Page</title>
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- jQuery -->
|
|
<script src="https://code.jquery.com/jquery.js"></script>
|
|
<!-- Bootstrap JavaScript -->
|
|
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
|
<a class="navbar-brand" href="../">Rookie badger</a>
|
|
<ul class="nav navbar-nav">
|
|
</ul>
|
|
</nav>
|
|
<h1>Rookie badger criteria</h1>
|
|
|
|
Get the approval of gardient the one creating this badger
|
|
</div>
|
|
</body>
|
|
</html>
|