Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633146 Views

Latest files of /cody/atherosai/ui/login-03

assets/ cody/atherosai/ui/login-03/assets/
6 Items
  • apple.png
  • password.svg
  • email.svg
  • mock.png
  • ofin.png
  • google.png
  • index_socials.html cody/atherosai/ui/login-03/index_socials.html
    305 Views
    0 Comments


    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Login 03</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    style.css cody/atherosai/ui/login-03/style.css
    121 Views
    0 Comments



    :root {
    --primary: #6B43FF;
    --primary-light: #6667B0;
    --violet-light: #B492FD;
    --secondary: #1D1D1D;
    index.html cody/atherosai/ui/login-03/index.html
    325 Views
    0 Comments


    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Login 03</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    script.js cody/atherosai/ui/login-03/script.js
    182 Views
    0 Comments


    let loginForm = document.querySelector(".my-form");

    loginForm.addEventListener("submit", (e) => {
    e.preventDefault();
    let email = document.getElementById("email");
    let password = document.getElementById("password");