UNPKG

electrode-react-webapp

Version:

Hapi plugin that provides a default React web app template

37 lines (32 loc) 846 B
<!--%{INITIALIZE}--> <!DOCTYPE html> <html lang="en"> <head> <!--%{HEAD_INITIALIZE}--> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--%{META_TAGS}--> <!--%{PAGE_TITLE}--> <!--%{CRITICAL_CSS}--> <!--%{APP_CONFIG_DATA}--> <!--%{WEBAPP_HEADER_BUNDLES}--> <!--%{WEBAPP_DLL_BUNDLES}--> </head> <!--%{HEAD_CLOSED}--> <body> <div class="js-content"> <!--%{SSR_CONTENT}--> </div> <!--%{AFTER_SSR_CONTENT}--> <!--%{PREFETCH_BUNDLES}--> <!--%{WEBAPP_BODY_BUNDLES}--> <!--%{WEBAPP_START_SCRIPT}--> <noscript> <h4>JavaScript is Disabled</h4> <p>Sorry, this webpage requires JavaScript to function correctly.</p> <p>Please enable JavaScript in your browser and reload the page.</p> </noscript> </body> <!--%{BODY_CLOSED}--> </html> <!--%{HTML_CLOSED}-->