Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created October 23, 2018 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/4dc59c676ec85733c528182093fa7e75 to your computer and use it in GitHub Desktop.
Save luandevpro/4dc59c676ec85733c528182093fa7e75 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Auth</title>
<!-- css -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<!-- header -->
<header id="site-header">
<div class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand">Coder9s</a>
</div>
<ul class="nav navbar-nav">
<li><a href="">Signup</a></li>
<li><a href="">Login</a></li>
</ul>
</div>
</div>
</header>
<!-- main -->
<main id="
site-main">
<div class="container">
<%- body %>
</div>
</main>
<!-- footer -->
<footer id="site-footer">
Copyright &copy; 2018 Coder9s
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment