2025-11-09 22:29:07 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2025-11-13 22:53:05 +00:00
< title > MyWebdav - Cloud Storage SaaS</ title >
< meta name = "description" content = "MyWebdav is a powerful cloud storage SaaS for secure file management, sharing, and collaboration. Control your data with WebDAV, SFTP, and encrypted storage." >
< meta name = "keywords" content = "cloud storage SaaS, file sharing, WebDAV server, SFTP support, secure file sync, data privacy, file collaboration, encrypted storage" >
2025-11-13 22:28:14 +00:00
< meta name = "author" content = "MyWebdav Team" >
< meta name = "robots" content = "index, follow" >
2025-11-13 22:53:05 +00:00
< meta property = "og:title" content = "MyWebdav - Cloud Storage SaaS" >
< meta property = "og:description" content = "Secure, scalable cloud storage SaaS with WebDAV, SFTP, and enterprise features. Take control of your data privacy." >
2025-11-13 22:28:14 +00:00
< meta property = "og:type" content = "website" >
< meta property = "og:url" content = "https://your-domain.com" >
< meta property = "og:image" content = "/static/icons/icon-192x192.png" >
< meta name = "twitter:card" content = "summary_large_image" >
2025-11-13 22:53:05 +00:00
< meta name = "twitter:title" content = "MyWebdav - Cloud Storage SaaS" >
< meta name = "twitter:description" content = "Cloud storage SaaS for complete data control and privacy." >
2025-11-13 22:28:14 +00:00
< meta name = "twitter:image" content = "/static/icons/icon-192x192.png" >
< link rel = "canonical" href = "https://your-domain.com" >
< script type = "application/ld+json" >
{
"@context" : "https://schema.org" ,
"@type" : "SoftwareApplication" ,
"name" : "MyWebdav" ,
2025-11-13 22:53:05 +00:00
"description" : "Cloud storage SaaS for secure file management and sharing" ,
2025-11-13 22:28:14 +00:00
"url" : "https://your-domain.com" ,
"applicationCategory" : "CloudStorage" ,
"operatingSystem" : "Linux, Windows, macOS" ,
"offers" : {
"@type" : "Offer" ,
"price" : "0" ,
"priceCurrency" : "USD"
},
"author" : {
"@type" : "Organization" ,
"name" : "MyWebdav Team"
},
"featureList" : [
"File Management" ,
"WebDAV Protocol" ,
"SFTP Support" ,
"Secure Sharing" ,
"User Authentication" ,
"Photo Gallery" ,
"Real-time Activity Feed"
]
}
</ script >
2025-11-09 22:29:07 +00:00
< link rel = "stylesheet" href = "/static/css/style.css" >
2025-11-10 14:46:40 +00:00
< link rel = "stylesheet" href = "/static/css/billing.css" >
< link rel = "stylesheet" href = "/static/lib/codemirror/codemirror.min.css" >
< link rel = "stylesheet" href = "/static/css/code-editor-view.css" >
< link rel = "stylesheet" href = "/static/css/file-upload-view.css" >
2025-11-09 22:29:07 +00:00
< link rel = "manifest" href = "/static/manifest.json" >
2025-11-11 00:05:13 +00:00
< script src = "https://js.stripe.com/v3/" ></ script >
2025-11-10 14:46:40 +00:00
< script src = "/static/lib/codemirror/codemirror.min.js" ></ script >
< script src = "/static/lib/codemirror/javascript.min.js" ></ script >
< script src = "/static/lib/codemirror/python.min.js" ></ script >
< script src = "/static/lib/codemirror/markdown.min.js" ></ script >
< script src = "/static/lib/codemirror/xml.min.js" ></ script >
< script src = "/static/lib/codemirror/css.min.js" ></ script >
< link rel = "icon" type = "image/png" href = "/static/icons/icon-192x192.png" >
< link rel = "apple-touch-icon" href = "/static/icons/icon-192x192.png" >
2025-11-09 22:29:07 +00:00
</ head >
< body >
2025-11-13 19:42:43 +00:00
< mywebdav-app ></ mywebdav-app >
2025-11-09 22:29:07 +00:00
< script type = "module" src = "/static/js/main.js" ></ script >
</ body >
</ html >