UNPKG

create-alitajs-ssr

Version:
18 lines (16 loc) 425 B
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" /> <title></title> </head> <body> <div id="root"></div> <script> window.routerBase = '/'; window.resourceBaseUrl = '{{ helper.assets.resourceBase }}'; </script> <script src="{{ helper.assets.getURL('umi.js') | safe }}"></script> </body> </html>