© 2025 FOTON Training (IGTR). All rights reserved.
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script>
document.getElementById("loginForm").addEventListener("submit", function(e) {
e.preventDefault();
const username = document.getElementById("username").value;
const password = document.getElementById("password").value;
if (username === "admin" && password === "1234") {
window.location.href = "dashboard.html";}
alert("Login gagal. Username atau password salah.");
}
});
</script>
teguh-43/Foton-Training
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|