Initial decks site

This commit is contained in:
Codex 2026-07-07 08:34:01 +05:30
commit 666218035c
25 changed files with 3111 additions and 0 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Decks</title>
</head>
<body>
hello world
</body>
</html>