Files
DRB-CnC/Server/views/partials/htmlHead.ejs
Logan Cusano ace762fc76 Finalizing Server webUI
Still needed:
- Way to update clients' versions
- Way to delete nodes
- working dashboard
- working search function
2023-07-22 01:19:54 -04:00

6 lines
178 B
Plaintext

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