Skip to content
Snippets Groups Projects
index.ejs 583 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">
    
    Ray Schamp's avatar
    Ray Schamp committed
        <link rel="shortcut icon" href="static/favicon.ico">
    
        <title><%= htmlWebpackPlugin.options.title %></title>
    
    
        <!-- Sentry error logging to help with finding bugs -->
    
        <script src="https://cdn.ravenjs.com/3.22.1/raven.min.js" crossorigin="anonymous"></script>
    
    Ray Schamp's avatar
    Ray Schamp committed
            Raven.config('https://42b7d13da8ad4d68b13e57c5e54f9a23@sentry.io/273218').install();
    
      </head>
      <body>
      </body>
    </html>