71 lines
3.5 KiB
HTML
Raw Normal View History

2025-11-09 23:29:07 +01: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 23:28:14 +01:00
<title>MyWebdav - Self-Hosted Cloud Storage Solution</title>
<meta name="description" content="MyWebdav is a powerful open-source self-hosted cloud storage application for secure file management, sharing, and collaboration. Control your data with WebDAV, SFTP, and encrypted storage.">
<meta name="keywords" content="self-hosted cloud storage, open-source file sharing, WebDAV server, SFTP support, secure file sync, private cloud, data privacy, file collaboration, encrypted storage, Nextcloud alternative, ownCloud alternative">
<meta name="author" content="MyWebdav Team">
<meta name="robots" content="index, follow">
<meta property="og:title" content="MyWebdav - Self-Hosted Cloud Storage Solution">
<meta property="og:description" content="Secure, scalable self-hosted cloud storage with WebDAV, SFTP, and enterprise features. Take control of your data privacy.">
<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">
<meta name="twitter:title" content="MyWebdav - Self-Hosted Cloud Storage">
<meta name="twitter:description" content="Open-source cloud storage for complete data control and privacy.">
<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",
"description": "Self-hosted cloud storage web application for secure file management and sharing",
"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 23:29:07 +01:00
<link rel="stylesheet" href="/static/css/style.css">
2025-11-10 15:46:40 +01: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 23:29:07 +01:00
<link rel="manifest" href="/static/manifest.json">
2025-11-11 01:05:13 +01:00
<script src="https://js.stripe.com/v3/"></script>
2025-11-10 15:46:40 +01: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 23:29:07 +01:00
</head>
<body>
2025-11-13 20:42:43 +01:00
<mywebdav-app></mywebdav-app>
2025-11-09 23:29:07 +01:00
<script type="module" src="/static/js/main.js"></script>
</body>
</html>