|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=0.75">
- <link rel="icon" href="https://crux.sexy/images/feast.ico">
- <link rel="stylesheet" href="./reset.css"></link>
- <title><%= htmlWebpackPlugin.options.title %></title>
- <script src="https://kit.fontawesome.com/10a16c6083.js" crossorigin="anonymous"></script>
- <script async defer data-website-id="f7c99ade-be72-4ebb-af4d-0d7386668321" src="https://umami.crux.best/umami.js" data-domains="feast.crux.sexy,www.feast.crux.sexy"></script>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|