Skip to content

Instantly share code, notes, and snippets.

View ankitkumar1302's full-sized avatar
🎯
Focusing

Ankit ankitkumar1302

🎯
Focusing
View GitHub Profile
@ankitkumar1302
ankitkumar1302 / delete-account.html
Created February 6, 2026 16:04
Account Deletion Instructions for TaskWise
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Delete Account - TaskWise</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; background: #f5f5f5; padding: 20px; }
.container { max-width: 600px; margin: 0 auto; background: white; padding: 40px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
h1 { color: #1a1a2e; border-bottom: 2px solid #e94560; padding-bottom: 10px; }
@ankitkumar1302
ankitkumar1302 / privacy-policy.html
Created February 6, 2026 15:41
Privacy Policy for TaskWise - AI Task Manager Android App
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - TaskWise</title>
<style>
* {
margin: 0;
padding: 0;