Skip to content

Instantly share code, notes, and snippets.

@pbanigo
Created June 19, 2022 05:22
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/330d0a365a58ad43c191fc23ce3973a9 to your computer and use it in GitHub Desktop.
Save pbanigo/330d0a365a58ad43c191fc23ce3973a9 to your computer and use it in GitHub Desktop.
Initial Index.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>
</head>
<body>
<header id="header">
<nav>
<span>
<a href="/">Welcome to the Drug Monitor App</a>
</span>
</nav>
</header>
<!-- Header ends here -->
<!-- Footer starts here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment