Added page titles to server webUI

This commit is contained in:
Logan Cusano
2023-07-22 04:21:06 -04:00
parent 3b248e36ec
commit a5996ccfc0
4 changed files with 19 additions and 26 deletions

View File

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