I cba with this commit message tbh

This commit is contained in:
Hickmeister
2025-01-14 20:28:59 +00:00
parent a1aee4134c
commit a08c4eba3b
26 changed files with 1135 additions and 231 deletions

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" data-bs-theme="light">
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
@@ -14,7 +14,10 @@
<link href="../assets/css/bootstrap-extended.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<link href="../assets/sass/app.css" rel="stylesheet">
<!-- Theme Style CSS -->
<link rel="stylesheet" href="../assets/sass/dark-theme.css">
<link rel="stylesheet" href="../assets/sass/semi-dark.css">
<link rel="stylesheet" href="../assets/sass/bordered-theme.css">
<link href="../assets/css/icons.css" rel="stylesheet">
<title>TOD - Admin Dashboard</title>
</head>
@@ -40,7 +43,7 @@
</div>
<form id="loginForm" class="row g-3">
<div class="col-12">
<label for="inputEmailAddress" class="form-label">Email</label>
<label for="inputEmailAddress" class="form-label">Username</label>
<input type="input" class="form-control" name="username" id="inputEmailAddress" required>
</div>
<div class="col-12">