Skip to content
Snippets Groups Projects
index.ejs 526 B
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html>
    <html>
      <head>
        <meta charset="UTF-8">
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    
        <title><%= htmlWebpackPlugin.options.title %></title>
    
    
        <!-- Sentry error logging to help with finding bugs -->
        <script src="https://cdn.ravenjs.com/3.20.1/raven.min.js" crossorigin="anonymous"></script>
        <script>
            Raven.config('https://dcc4ed76876b411c99997f4ad5ab78a5@sentry.io/253297').install();
        </script>
        <!-- /Sentry -->
    
    
      </head>
      <body>
      </body>
    </html>