aboutsummaryrefslogtreecommitdiff
path: root/signup/index.html
blob: 2d712eda1e0270f069fca6108ef31194c6b042c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>
    <script src="https://www.gstatic.com/firebasejs/6.1.0/firebase-app.js"></script>
</body>
</html>