aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/pages/login.ejs
blob: 7e77ee2c86527ebc01425b724c0974f55cdcb65d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">

<head>
  <!-- HTML headers information -->
  <%- include('../partials/head.ejs') %>
</head>

<body>
  <%- include('../partials/nav.ejs') %>
</body>