Skip to content

Instantly share code, notes, and snippets.

@sandeepjhaa
sandeepjhaa / index.html
Last active November 1, 2025 10:23
ITR Filing Prototype for Woxsen Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple ITR Filing Prototype</title>
<!-- Load Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Load Inter Font -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">