app/launch/public/index.html (31 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.css"> <link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon-96x96.png" sizes="96x96" /> <link rel="icon" type="image/svg+xml" href="%PUBLIC_URL%/favicon.svg" /> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png" /> <link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" /> <meta name='twitter:card' content='summary_large_image' /> <meta name='twitter:site' content='@grailsframework' /> <meta name='twitter:creator' content='@grailsframework' /> <meta property='og:image' content='https://start.grails.org/images/Micronaut_OG_Logo.png' /> <meta property='og:image:width' content='600' /> <meta property='og:image:height' content='300' /> <meta property='og:url' content='https://start.grails.org' /> <meta property='og:title' content='Grails Forge' /> <meta property='og:description' content='A modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.' /> <meta property='og:type' content='website' /> <!-- manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <!-- Notice the use of %PUBLIC_URL% in the tags above. It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> <title>Grails Application Forge</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> <!-- Import materialize.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.js"></script> </body> </html>