aboutsummaryrefslogtreecommitdiff
path: root/signup/index.html
blob: 7453247bffc788edca03f076054416d6eb267df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Firebase ECommerce Solution</title>
</head>
<body>
    <h1>ECommerce Signup</h1>
    Email: <input type="email" id="email" placeholder="email"><br><br>
    Password: <input type="password" placeholder="password" id="password"><br><br>
    <button id="login">Signup</button><br><br>
    <a href="../">Already a user? Login Now!</a>
    <script src="../shared/jquery.js"></script>
</body>
</html>