public/index.html (26 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_TRACKING_ID }}" ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', '{{ GA_TRACKING_ID }}'); </script> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>GLAM: Glean Aggregated Metrics Explorer</title> <link rel="icon" type="image/png" href="/static/favicon.png" /> <link rel="stylesheet" href="/static/global.css" /> <link rel="stylesheet" href="/static/bundle.css" /> </head> <body> <script src="/static/bundle.js"></script> </body> </html>