| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| |
| <link rel="stylesheet" href="/css/material-icons.css"> |
| |
| <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" /> |
| <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
| <link rel="shortcut icon" href="/favicon.ico" /> |
| <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| <link rel="manifest" href="/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://grails.apache.org/images/grails.png' /> |
| <meta property='og:image:width' content='300' /> |
| <meta property='og:image:height' content='300' /> |
| <meta property='og:url' content='https://start.grails.org' /> |
| <meta property='og:title' content='Apache Grails® Forge' /> |
| <meta property='og:description' content='Grails is a powerful Groovy-based web application framework for the JVM built on top of Spring Boot that has many plugins to further extend its functionality.' /> |
| <meta property='og:type' content='website' /> |
| |
| <title>Apache Grails® Application Forge</title> |
| <!-- Matomo --> |
| <script> |
| var _paq = window._paq = window._paq || []; |
| /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
| _paq.push(["setDoNotTrack", true]); |
| _paq.push(["disableCookies"]); |
| _paq.push(['trackPageView']); |
| _paq.push(['enableLinkTracking']); |
| (function() { |
| var u="https://analytics.apache.org/"; |
| _paq.push(['setTrackerUrl', u+'matomo.php']); |
| _paq.push(['setSiteId', '79']); |
| var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
| g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
| })(); |
| </script> |
| <!-- End Matomo Code --> |
| </head> |
| <body> |
| <noscript>You need to enable JavaScript to run this app.</noscript> |
| <div id="root"></div> |
| <script type="module" src="/src/index.jsx"></script> |
| </body> |
| </html> |