cody - HTMLify profile

cody
4270 Files
633161 Views
Latest files of /cody/atherosai/ui/signup-01
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
:root {
--primary: #625BFE;
--primary-hover: #7771f7;
--text: #383740;
--text-lighter: #71707d;
}
:root {
--primary: #625BFE;
--primary-hover: #7771f7;
--text: #383740;
--text-lighter: #71707d;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Signup</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Signup</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
let loginForm = document.querySelector(".my-form");
let email = document.getElementById("email");
let password = document.getElementById("password");
let confirmPassword = document.getElementById("confirm-password")
loginForm.addEventListener("submit", (e) => {
e.preventDefault();