Files
DRB-CnC/Server/views/partials/htmlHead.ejs
2023-07-22 04:21:06 -04:00

6 lines
194 B
Plaintext

<!doctype html>
<html lang="en" data-bs-theme="auto">
<%- include('head.ejs', {'page': page}) %>
<body>
<%- include('navbar.ejs') %>
<%- include('sidebar.ejs') %>