| Name | Message | Date |
|---|---|---|
| 📁 public | 1 day ago | |
| 📁 src | 1 day ago | |
| 📄 .gitignore | 1 day ago | |
| 📄 index.html | 1 day ago | |
| 📄 package.json | 1 day ago | |
| 📄 pnpm-lock.yaml | 1 day ago | |
| 📄 tsconfig.json | 1 day ago |
📄
index.html
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>me.obj</title> </head> <body> <canvas id="view"></canvas> <progress id="progress"></progress> <script type="module" defer src="/src/main.ts"></script> </body> </html>