UNPKG

cra-template-tailwind-starter

Version:

Custom template for Create React App with Tailwind and React Router.

37 lines (36 loc) 1.61 kB
<!DOCTYPE html> <html lang="en"> <head> <!-- BEGIN: Open Graph Configuration to control how the site is presented when shared on social media websites --> <!-- Replace the following content attributes with your own information for this site --> <!-- <meta property="og:title" content="Website Title" /> <meta property="og:description" content="Caption to appear when shared on social media" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://publicurl.of.this.website/" /> <meta property="og:image" content="https://link.to.image/share-preview.png" /> <meta property="og:image:type" content="image/png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> --> <!-- END: Open Graph Configuration --> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="description" content="Web site created using create-react-app cra-template-tailwind-blank" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <title>React App</title> </head> <body> <!-- Tailwind Breakpoint Indicator --> <!-- Comment out the div below to disable the floating breakpoint indicator for production --> <div class="breakpoint-display"></div> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> </body> </html>