FilipeR's picture
Apk
fa9faad verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Download SpellWiz</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<style>
.text-gradient {
background: linear-gradient(45deg, #6EE7B7, #3B82F6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.download-btn {
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.download-btn:hover {
transform: translateY(-3px);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
</style>
</head>
<body class="bg-gray-900 text-white min-h-screen">
<div class="container mx-auto px-4 py-12">
<!-- Header -->
<header class="flex justify-between items-center py-6 mb-12">
<a href="index.html" class="flex items-center">
<i data-feather="zap" class="w-8 h-8 text-yellow-400 mr-2"></i>
<span class="text-2xl font-bold text-gradient">SpellWiz</span>
</a>
<a href="index.html" class="text-gray-400 hover:text-white transition-colors flex items-center">
<i data-feather="arrow-left" class="mr-2"></i> Back to Home
</a>
</header>
<!-- Download Content -->
<div class="max-w-3xl mx-auto text-center">
<div class="mb-10">
<i data-feather="download-cloud" class="w-16 h-16 text-blue-400 mx-auto"></i>
</div>
<h1 class="text-4xl md:text-5xl font-bold mb-6">
Download <span class="text-gradient">SpellWiz</span>
</h1>
<p class="text-xl text-gray-300 mb-10">
Get the magical autocorrect keyboard for your Android device today!
</p>
<!-- Version Info -->
<div class="bg-gray-800 rounded-xl p-6 mb-10 border border-gray-700">
<div class="flex flex-col md:flex-row justify-between items-center mb-6">
<div class="text-left mb-4 md:mb-0">
<h3 class="text-2xl font-bold">SpellWiz v1.0.0</h3>
<p class="text-gray-400">Latest version</p>
</div>
<div class="text-right">
<p class="text-gray-300">Released: <span class="text-white">June 15, 2023</span></p>
<p class="text-gray-300">Size: <span class="text-white">4.2 MB</span></p>
</div>
</div>
<div class="bg-gray-900 rounded-lg p-4 mb-6">
<h4 class="font-bold mb-2 text-left text-blue-400">What's New:</h4>
<ul class="text-left text-gray-300 list-disc pl-5 space-y-1">
<li>Improved prediction algorithm for better accuracy</li>
<li>Reduced battery consumption by 30%</li>
<li>Added 5 new themes including Dark Mode</li>
<li>Fixed minor bugs in the suggestion engine</li>
</ul>
</div>
<a href="/static/spellwiz.apk" download="SpellWiz-v1.0.0.apk" class="download-btn bg-blue-600 hover:bg-blue-700 text-white font-bold py-4 px-8 rounded-lg inline-flex items-center justify-center w-full md:w-auto">
<i data-feather="download" class="mr-3"></i>
Download APK (v1.0.0)
</a>
</div>
<!-- Requirements -->
<div class="bg-gray-800 rounded-xl p-6 border border-gray-700 text-left">
<h3 class="text-2xl font-bold mb-4">System Requirements</h3>
<div class="grid md:grid-cols-2 gap-6">
<div>
<h4 class="font-bold text-blue-400 mb-2">Minimum:</h4>
<ul class="text-gray-300 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-1 text-green-400"></i>
Android 6.0 (Marshmallow) or higher
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-1 text-green-400"></i>
50MB free storage
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-1 text-green-400"></i>
1GB RAM
</li>
</ul>
</div>
<div>
<h4 class="font-bold text-green-400 mb-2">Recommended:</h4>
<ul class="text-gray-300 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-1 text-green-400"></i>
Android 9.0 (Pie) or higher
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-1 text-green-400"></i>
100MB free storage
</li>
<li class="flex items-start">
<i data-feather="check" class="w-4 h-4 mr-2 mt-1 text-green-400"></i>
2GB RAM or more
</li>
</ul>
</div>
</div>
<!-- Installation Instructions -->
<div class="mt-8">
<h4 class="font-bold text-yellow-400 mb-2">Installation Guide:</h4>
<ol class="text-gray-300 space-y-3 list-decimal pl-5">
<li>Download the APK file above</li>
<li>Go to Settings β†’ Security and enable "Unknown sources"</li>
<li>Open the downloaded APK file and tap "Install"</li>
<li>After installation, go to Settings β†’ System β†’ Languages & input β†’ Virtual keyboard β†’ Manage keyboards</li>
<li>Enable SpellWiz and set it as your default keyboard</li>
</ol>
<p class="mt-4 text-gray-400 text-sm">
<i data-feather="alert-triangle" class="inline w-4 h-4 mr-1 text-yellow-400"></i>
You may need to disable "Google Play Protect" during installation
</p>
</div>
</div>
<!-- FAQ -->
<div class="mt-12 text-left">
<h3 class="text-2xl font-bold mb-6">Frequently Asked Questions</h3>
<div class="space-y-4">
<div class="bg-gray-800 rounded-lg p-4 border border-gray-700">
<h4 class="font-bold text-white mb-2">Is SpellWiz free to use?</h4>
<p class="text-gray-400">Yes! SpellWiz is completely free with no hidden subscriptions or in-app purchases.</p>
</div>
<div class="bg-gray-800 rounded-lg p-4 border border-gray-700">
<h4 class="font-bold text-white mb-2">Does it collect my personal data?</h4>
<p class="text-gray-400">No. All text processing happens locally on your device. We don't collect or store anything you type.</p>
</div>
<div class="bg-gray-800 rounded-lg p-4 border border-gray-700">
<h4 class="font-bold text-white mb-2">How do I change the theme?</h4>
<p class="text-gray-400">Long-press the comma key (,) to open settings, then navigate to Appearance β†’ Themes.</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="py-12 border-t border-gray-800 mt-12">
<div class="text-center text-gray-600 text-sm">
<p>Β© 2023 SpellWiz. All spells reserved.</p>
</div>
</footer>
</div>
<script>
// Initialize feather icons
feather.replace();
</script>
</body>
</html>