| <html> | |
| <body> | |
| <div id="root"></div> | |
| <script src="./index.js"></script> | |
| <style> | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| background-color: #151515; | |
| color: white; | |
| width: 100vw; | |
| min-height: 100vh; | |
| -webkit-font-smoothing: auto; | |
| -moz-font-smoothing: auto; | |
| -moz-osx-font-smoothing: grayscale; | |
| font-smoothing: auto; | |
| text-rendering: optimizeLegibility; | |
| font-smooth: always; | |
| -webkit-tap-highlight-color: transparent; | |
| -webkit-touch-callout: none; | |
| } | |
| </style> | |
| </body> | |
| </html> | |