Initial Commit with files

This commit is contained in:
2023-03-28 15:46:20 -04:00
commit 7f4b0bb78f
15 changed files with 1416 additions and 0 deletions

6
Login Page/scripts.js Normal file
View File

@@ -0,0 +1,6 @@
function login() {
const username = document.getElementById("username").value;
const password = document.getElementById("password").value;
//do the auth stuff
}