summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
blob: 2df5cf36c483ec71e33610b57914179968fc3229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">

<head>
	<%- include('top/head'); %>
</head>

<body>

<navbar>
	<%- include('top/navbar'); %>
</navbar>

<main class="container mt-4">