Skip to content

Instantly share code, notes, and snippets.

@pbanigo
Last active June 19, 2022 07:30
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 pbanigo/81c6da9ea371febb8bad0524ef214e4d to your computer and use it in GitHub Desktop.
Save pbanigo/81c6da9ea371febb8bad0524ef214e4d to your computer and use it in GitHub Desktop.
Initial _header.ejs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width , initial-scale=1.0">
<title>Drug Monitor App</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header id="header">
<nav>
<span>
<a href="">Welcome to the Drug Monitor App.</a>
</span>
</nav>
</header>
<!-- Header Ends here -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment