-
-
Save pbanigo/81c6da9ea371febb8bad0524ef214e4d to your computer and use it in GitHub Desktop.
Initial _header.ejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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