Guest User

Untitled

a guest
May 7th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.88 KB | None | 0 0
  1. [vud@centos frontend]$ curl http://192.168.2.18:3000
  2. curl http://192.168.2.18:3000
  3. <!DOCTYPE html>
  4. <html lang="en">
  5.   <head>
  6.     <meta charset="utf-8" />
  7.     <link rel="icon" href="/favicon.ico" />
  8.     <meta name="viewport" content="width=device-width, initial-scale=1" />
  9.     <meta name="theme-color" content="#000000" />
  10.     <meta
  11.      name="description"
  12.      content="Web site created using create-react-app"
  13.    />
  14.     <link rel="apple-touch-icon" href="/logo192.png" />
  15.     <!--
  16.      manifest.json provides metadata used when your web app is installed on a
  17.      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
  18.    -->
  19.     <link rel="manifest" href="/manifest.json" />
  20.     <!--
  21.      Notice the use of  in the tags above.
  22.      It will be replaced with the URL of the `public` folder during the build.
  23.      Only files inside the `public` folder can be referenced from the HTML.
  24.  
  25.      Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
  26.      work correctly both with client-side routing and a non-root public URL.
  27.      Learn how to configure a non-root public URL by running `npm run build`.
  28.    -->
  29.     <title>React App</title>
  30.   </head>
  31.   <body>
  32.     <noscript>You need to enable JavaScript to run this app.</noscript>
  33.     <div id="root"></div>
  34.     <!--
  35.      This HTML file is a template.
  36.      If you open it directly in the browser, you will see an empty page.
  37.  
  38.      You can add webfonts, meta tags, or analytics to this file.
  39.      The build step will place the bundled scripts into the <body> tag.
  40.  
  41.      To begin the development, run `npm start` or `yarn start`.
  42.      To create a production bundle, use `npm run build` or `yarn build`.
  43.    -->
  44.   <script src="/static/js/bundle.js"></script><script src="/static/js/0.chunk.js"></script><script src="/static/js/main.chunk.js"></script></body>
  45. </html>
Add Comment
Please, Sign In to add comment