index.html (1810B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script> 6 <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> 7 <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script> 8 <link 9 rel="stylesheet" 10 href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" 11 /> 12 <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> 13 <meta name="viewport" content="width=device-width, initial-scale=1" /> 14 <meta name="theme-color" content="#000000" /> 15 <meta name="description" content="Convert times" /> 16 <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> 17 <!-- 18 manifest.json provides metadata used when your web app is installed on a 19 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ 20 --> 21 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> 22 <!-- 23 Notice the use of %PUBLIC_URL% in the tags above. 24 It will be replaced with the URL of the `public` folder during the build. 25 Only files inside the `public` folder can be referenced from the HTML. 26 27 Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will 28 work correctly both with client-side routing and a non-root public URL. 29 Learn how to configure a non-root public URL by running `npm run build`. 30 --> 31 <title>time convertor</title> 32 </head> 33 <body role="document" style="min-height: 100vh;"> 34 <noscript>You need to enable JavaScript to run this app.</noscript> 35 <div id="root"></div> 36 </body> 37 </html>