Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
-
<title>Tracking
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 |
<link href="https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0/dist/css/coreui.min.css" rel="stylesheet">
|
| 8 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
|
| 13 |
<div id="login-view" class="container d-flex align-items-center justify-content-center min-vh-100">
|
| 14 |
<div class="card p-4 shadow-sm" style="width: 350px;">
|
| 15 |
-
<h4 class="text-center mb-4">
|
| 16 |
<input type="text" id="username" class="form-control mb-3" placeholder="Username">
|
| 17 |
<input type="password" id="password" class="form-control mb-4" placeholder="Password">
|
| 18 |
<button class="btn btn-warning w-100 text-white fw-bold" onclick="login()">Login</button>
|
|
@@ -22,7 +22,7 @@
|
|
| 22 |
|
| 23 |
<div id="app-view" class="d-none">
|
| 24 |
<header class="header p-3 shadow-sm bg-warning text-white d-flex justify-content-between align-items-center">
|
| 25 |
-
<h5 class="mb-0">
|
| 26 |
<div>
|
| 27 |
<span class="badge bg-light text-dark me-3" id="user-role-badge"></span>
|
| 28 |
<button class="btn btn-dark btn-sm" onclick="logout()">Logout</button>
|
|
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
+
<title>Tracking Raw Material</title>
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 |
<link href="https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0/dist/css/coreui.min.css" rel="stylesheet">
|
| 8 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
|
|
|
|
| 12 |
|
| 13 |
<div id="login-view" class="container d-flex align-items-center justify-content-center min-vh-100">
|
| 14 |
<div class="card p-4 shadow-sm" style="width: 350px;">
|
| 15 |
+
<h4 class="text-center mb-4">Login</h4>
|
| 16 |
<input type="text" id="username" class="form-control mb-3" placeholder="Username">
|
| 17 |
<input type="password" id="password" class="form-control mb-4" placeholder="Password">
|
| 18 |
<button class="btn btn-warning w-100 text-white fw-bold" onclick="login()">Login</button>
|
|
|
|
| 22 |
|
| 23 |
<div id="app-view" class="d-none">
|
| 24 |
<header class="header p-3 shadow-sm bg-warning text-white d-flex justify-content-between align-items-center">
|
| 25 |
+
<h5 class="mb-0">Logistik Page</h5>
|
| 26 |
<div>
|
| 27 |
<span class="badge bg-light text-dark me-3" id="user-role-badge"></span>
|
| 28 |
<button class="btn btn-dark btn-sm" onclick="logout()">Logout</button>
|