UNPKG

create-moost

Version:
17 lines (16 loc) 420 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>{{ projectName }}</title> <style> body { margin: 0; background: #151e38; } </style> </head> <body> <div id="app"><!--ssr-outlet--></div> <!--ssr-state--> <script type="module" src="/src/entry-client.ts"></script> </body> </html>