Files
DRB-CnC/Server/views/partials/htmlHead.ejs
2023-07-22 03:57:50 -04:00

6 lines
170 B
Plaintext

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