Skip to content

Instantly share code, notes, and snippets.

@pbanigo
pbanigo / index.ejs
Last active June 19, 2022 05:19
Index.ejs basic structure
<!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">
</head>
<body>
<header id="header">