Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
rioalimentos.meumercado.app
/
Editing: index.html
<!DOCTYPE html> <html> <head> <!-- If you are serving your web app in a path other than the root, change the href value below to reflect the base path you are serving from. The path provided below has to start and end with a slash "/" in order for it to work correctly. For more details: * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base --> <base href="/"> <meta charset="UTF-8"> <meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta name="description" content="A Ecommerce Website."> <!-- iOS meta tags & icons --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="eMarket"> <link rel="apple-touch-icon" href="icons/Icon-192.png"> <title>Rio Alimentos</title> <link rel="manifest" href="manifest.json"> <link rel="stylesheet" type="text/css" href="style.css"> <link rel="shortcut icon" type="image/png" href="favicon.png"/> <!-- // Other stuff --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAXp55lRErmvHkll_cNAu968rrD5n2ppo8"></script> </head> <body> <script> if ('serviceWorker' in navigator) { window.addEventListener('flutter-first-frame', function () { navigator.serviceWorker.register('flutter_service_worker.js?v=2827834429'); navigator.serviceWorker.register("/firebase-messaging-sw.js"); }); } </script> <script src="https://www.gstatic.com/firebasejs/8.10.1/firebase-app.js"></script> <script src="https://www.gstatic.com/firebasejs/8.10.1/firebase-messaging.js"></script> <div class="center"> <img src="logo.png" alt = "logo" width="250px" /> <br> <div class="loader" style="height:100px;width:250px;text-align: center;"> <div class="sk-cube-grid"> <div class="sk-cube sk-cube1"></div> <div class="sk-cube sk-cube2"></div> <div class="sk-cube sk-cube3"></div> <div class="sk-cube sk-cube4"></div> <div class="sk-cube sk-cube5"></div> <div class="sk-cube sk-cube6"></div> <div class="sk-cube sk-cube7"></div> <div class="sk-cube sk-cube8"></div> <div class="sk-cube sk-cube9"></div> </div> </div> </div> <script> // Your web app's Firebase configuration // For Firebase JS SDK v7.20.0 and later, measurementId is optional var firebaseConfig = { apiKey: "AIzaSyBRobgZqIC-dFsr05MzxUQXxQITjKpnDH0", authDomain: "emarket-e420c.firebaseapp.com", projectId: "emarket-e420c", storageBucket: "emarket-e420c.appspot.com", messagingSenderId: "151590191214", appId: "1:151590191214:web:4e7582ed290b4f60a5667f", measurementId: "G-8YV1FYR6KL" }; // Initialize Firebase firebase.initializeApp(firebaseConfig); </script> <script src="main.dart.js?version=6.10" type="application/javascript"></script> </body> </html>
Save
Cancel