Initial commit: Add sample webpage with HTML, CSS, and JavaScript

This commit is contained in:
2025-11-29 22:15:57 +05:30
commit 3b9d319ed2
5 changed files with 377 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build
dist/
build/
# Environment
.env
.env.local