feat:implementacion grafica 2.0

This commit is contained in:
25030248hasel
2026-05-22 18:51:55 -06:00
33 changed files with 851 additions and 0 deletions

View File

@@ -23,16 +23,35 @@
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<<<<<<< HEAD
<meta name="apple-mobile-web-app-title" content="flutter_application_1">
=======
<meta name="apple-mobile-web-app-title" content="recoleccion_residuos">
>>>>>>> ffb5bdb346bb7ba0556931b52a489d47eca0d902
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<<<<<<< HEAD
<title>flutter_application_1</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
=======
<title>recoleccion_residuos</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
<!--
You can customize the "flutter_bootstrap.js" script.
This is useful to provide a custom configuration to the Flutter loader
or to give the user feedback during the initialization process.
For more details:
* https://docs.flutter.dev/platform-integration/web/initialization
-->
>>>>>>> ffb5bdb346bb7ba0556931b52a489d47eca0d902
<script src="flutter_bootstrap.js" async></script>
</body>
</html>

View File

@@ -1,6 +1,11 @@
{
<<<<<<< HEAD
"name": "flutter_application_1",
"short_name": "flutter_application_1",
=======
"name": "recoleccion_residuos",
"short_name": "recoleccion_residuos",
>>>>>>> ffb5bdb346bb7ba0556931b52a489d47eca0d902
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",