UNPKG

temporeest

Version:
18 lines (15 loc) 408 B
<!DOCTYPE html lang="en"> <html> <head> <meta charset="utf-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>demo</title> </head> <body> <div id="app"></div> <script type="module" src="./src/main.tsx"></script> </body> </html>