44 lines
1.5 KiB
Text
44 lines
1.5 KiB
Text
doctype html
|
|
html(lang="en")
|
|
head
|
|
meta(charset="utf-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
title= title
|
|
link(rel="icon" type="image/png" href="/favicon.png")
|
|
link(rel="stylesheet" href="/css/styles.css")
|
|
|
|
body
|
|
.app-container
|
|
nav.nav
|
|
a.nav-logo(href="/")
|
|
img(src="/freshyo-logo.png" alt="Freshyo" width="36" height="36")
|
|
span Freshyo
|
|
ul.nav-links
|
|
li: a(href="/privacy-policy") Back to Policy
|
|
|
|
.app-content
|
|
.delete-card
|
|
a.back-link(href="/privacy-policy") ← Back to Privacy Policy
|
|
|
|
span.warning-icon ⚠️
|
|
h1 Delete Account
|
|
p To delete your account and personal data, please verify your mobile number. This action cannot be undone.
|
|
|
|
form(action="/delete-account" method="POST")
|
|
.form-group
|
|
label.form-label(for="mobile") Mobile Number
|
|
input#mobile.form-input(type="tel" name="mobile" placeholder="+91 99999 99999" required minlength="10")
|
|
|
|
button.btn.btn-danger(type="submit") Delete My Account
|
|
|
|
footer.footer
|
|
.footer-content
|
|
.footer-brand
|
|
img(src="/freshyo-logo.png" alt="Freshyo" width="32" height="32")
|
|
span Freshyo
|
|
.footer-links
|
|
a(href="#") For Farmers
|
|
a(href="#") For Consumers
|
|
a(href="/privacy-policy") Privacy Policy
|
|
a(href="/delete-account") Delete Account
|
|
p.footer-copyright © #{year} Freshyo Inc. All rights reserved.
|