Skip to content

Instantly share code, notes, and snippets.

@lrlineroa
Created July 10, 2019 11:07
Show Gist options
  • Save lrlineroa/54ebe794b5ddbde3b4cfb80d44008b71 to your computer and use it in GitHub Desktop.
Save lrlineroa/54ebe794b5ddbde3b4cfb80d44008b71 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css">
<link rel="stylesheet" href="stylesheets/style.css">
<title><%= title %></title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-4">
<a class="navbar-brand" href="/"><%= title %></a>
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link" href="/categories">Categorías</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment