41 lines
1.5 KiB
Text
41 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="stylesheet" href="/css/styles.css")
|
|
|
|
body
|
|
.app-container
|
|
// Navigation
|
|
nav.nav
|
|
a.nav-logo(href="/")
|
|
svg(width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2")
|
|
path(d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z")
|
|
path(d="M12 6v6l4 2")
|
|
span Freshyo
|
|
ul.nav-links
|
|
li: a(href="/") Back to Home
|
|
|
|
// Main Content
|
|
.app-content
|
|
.success-card
|
|
span.success-icon ✓
|
|
h1 Request Received
|
|
p Your request to delete your account has been submitted successfully. Your data will be permanently removed within 7 days.
|
|
a.btn.btn-primary(href="/") Back to Home
|
|
|
|
// Footer
|
|
footer.footer
|
|
.footer-content
|
|
.footer-brand
|
|
svg(width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2")
|
|
path(d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z")
|
|
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.
|