Spaces:
Running
Running
| <html> | |
| <head> | |
| <meta | |
| charset="utf-8" | |
| content="width=device-width,initial-scale=1,maximum-scale=1,minimum- | |
| scale=1,user-scalable=no" | |
| /> | |
| <meta name="viewport" content="width=device-width, user-scalable=no" /> | |
| <title> Todo List App</title> | |
| <link rel="shortcut icon" href="/favicon.ico" /> | |
| </head> | |
| <body> | |
| <noscript>You need to enable JavaScript to run this app.</noscript> | |
| <div id="root"></div> | |
| <script src="/main.js"></script> | |
| </body> | |
| </html> |