html for node next hello world

html for node next hello world

<!DOCTYPE html>
<html>
    <head>
        <style data-next-hide-fouc="true">
            body {
                display: none;
            }
        </style>
        <noscript data-next-hide-fouc="true">
            <style>
                body {
                    display: block;
                }
            </style>
        </noscript>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width" />
        <meta name="next-head-count" content="2" />
        <noscript data-n-css=""></noscript>
        <script defer="" nomodule="" src="/_next/static/chunks/polyfills.js?ts=1672008378043"></script>
        <script src="/_next/static/chunks/webpack.js?ts=1672008378043" defer=""></script>
        <script src="/_next/static/chunks/main.js?ts=1672008378043" defer=""></script>
        <script src="/_next/static/chunks/pages/_app.js?ts=1672008378043" defer=""></script>
        <script src="/_next/static/chunks/pages/index.js?ts=1672008378043" defer=""></script>
        <script src="/_next/static/development/_buildManifest.js?ts=1672008378043" defer=""></script>
        <script src="/_next/static/development/_ssgManifest.js?ts=1672008378043" defer=""></script>
        <noscript id="__next_css__DO_NOT_USE__"></noscript>
    </head>
    <body>
        <div id="__next">
            <div>Hello World.</div>
        </div>
        <script src="/_next/static/chunks/react-refresh.js?ts=1672008378043"></script>
        <script id="__NEXT_DATA__" type="application/json">
            { "props": { "pageProps": {} }, "page": "/", "query": {}, "buildId": "development", "nextExport": true, "autoExport": true, "isFallback": false, "scriptLoader": [] }
        </script>
    </body>
</html>