Still needed: - Way to update clients' versions - Way to delete nodes - working dashboard - working search function
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
<!doctype html>
|
|
<html lang="en" data-bs-theme="auto">
|
|
<%- include('head.ejs') %>
|
|
<body>
|
|
<%- include('navbar.ejs') %>
|
|
<%- include('sidebar.ejs') %> |