I cba with this commit message tbh
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user