Update index.html

This commit is contained in:
Voxel 2025-04-15 14:56:51 -04:00 committed by GitHub
parent 2cf58ef4f2
commit e4f7384841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,9 @@
<script>
if (!localStorage.getItem('loggedInUser')) {
window.location.href = "register.html";
}
</script>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>