CINXE.COM
Web Platform Status
<!doctype html> <!-- Copyright 2023 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html> <head> <meta charset="UTF-8" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> <link rel="stylesheet" href="/public/css/styles.css" /> <!-- Need crossorigin for UbP --> <link rel="preconnect" href="https://api.webstatus.dev" crossorigin="use-credentials" /> <title>Web Platform Status</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- TODO: Needed for UbP --> <style> * { margin: 0; padding: 0; } html { height: 100%; } body { height: 100vh; } webstatus-app { width: 100vw; max-width: 100%; min-height: 100vh; } /* For the firebase auth emulator */ .firebase-emulator-warning { display: none; } </style> </head> <body> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CZ6STBPSB2" ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-CZ6STBPSB2'); </script> <script src="/public/js/index.js"></script> <webstatus-app settings='{ "apiUrl": "https://api.webstatus.dev", "webFeaturesProgressUrl": "https://storage.googleapis.com/web-features-progress-prod/progress.json", "firebase": { "app": { "apiKey": "AIzaSyDUQ6m_ojE6v4GFdF2GcYYHtbgZogaa4sI", "authDomain": "webstatus-dev-internal-prod.firebaseapp.com" }, "auth": { "emulatorURL": "", "tenantID": "prod-alwzr" } } }' > </webstatus-app> </body> </html>