2025-11-16 01:54:58 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > {% block title %}MyWebdav - Cloud Storage{% endblock %}< / title >
< meta name = "description" content = "{% block description %}MyWebdav - Pay-as-you-go cloud storage. Store what you need, only pay for what you use.{% endblock %}" >
< meta name = "keywords" content = "cloud storage, pay as you go, file storage, webdav, secure storage" >
< link rel = "stylesheet" href = "/static/css/splash.css" >
{% block extra_css %}{% endblock %}
< link rel = "icon" type = "image/png" href = "/static/icons/icon-192x192.png" >
< / head >
< body >
< header class = "header" >
< nav class = "nav-container" >
< div class = "logo" >
< span class = "logo-icon" > ◆< / span >
2025-11-16 01:58:38 +01:00
< span class = "logo-text" > My< span class = "logo-webdav" > Webdav< / span > < / span >
2025-11-16 01:54:58 +01:00
< / div >
< ul class = "nav-menu" >
< li > < a href = "/" > Home< / a > < / li >
< li > < a href = "/features" > Features< / a > < / li >
< li > < a href = "/pricing" > Pricing< / a > < / li >
< li > < a href = "/support" > Support< / a > < / li >
< li > < a href = "/login" class = "nav-login" > Login< / a > < / li >
< / ul >
< / nav >
< / header >
< main >
{% block content %}{% endblock %}
< / main >
< footer class = "footer" >
< div class = "footer-links" >
< a href = "/legal/privacy_policy" > Privacy Policy< / a >
< a href = "/legal/data_processing_agreement" > Data Processing Agreement< / a >
< a href = "/legal/terms_of_service" > Terms of Service< / a >
< a href = "/legal/cookie_policy" > Cookie Policy< / a >
< a href = "/legal/security_policy" > Security Policy< / a >
< a href = "/legal/compliance_statement" > Compliance Statement< / a >
< a href = "/legal/data_portability_deletion_policy" > Data Portability & Deletion< / a >
< a href = "/legal/contact_complaint_mechanism" > Contact & Complaints< / a >
< / div >
< div class = "footer-copyright" >
2025-11-16 01:58:38 +01:00
© 2025 MyWebdav. All rights reserved
2025-11-16 01:54:58 +01:00
< / div >
< / footer >
{% block extra_js %}{% endblock %}
< / body >
< / html >