Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,22 +106,11 @@ def get_weather():
|
|
106 |
<head>
|
107 |
<meta charset="UTF-8">
|
108 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
109 |
-
<link rel="manifest" href="
|
110 |
-
<link rel="apple-touch-icon" href="icon-192x192.png">
|
111 |
<meta name="apple-mobile-web-app-capable" content="yes">
|
112 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
113 |
<meta name="apple-mobile-web-app-title" content="Wetterbericht Seebad Eich">
|
114 |
<title>Wetterbericht Seebad Eich</title>
|
115 |
-
<script>
|
116 |
-
if ('serviceWorker' in navigator) {
|
117 |
-
navigator.serviceWorker.register('/service-worker.js')
|
118 |
-
.then(function(registration) {
|
119 |
-
console.log('Service Worker registered with scope:', registration.scope);
|
120 |
-
}).catch(function(error) {
|
121 |
-
console.log('Service Worker registration failed:', error);
|
122 |
-
});
|
123 |
-
}
|
124 |
-
</script>
|
125 |
<style>
|
126 |
body {{
|
127 |
font-family: Arial, sans-serif;
|
|
|
106 |
<head>
|
107 |
<meta charset="UTF-8">
|
108 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
109 |
+
<link rel="manifest" href="manifest.json">
|
|
|
110 |
<meta name="apple-mobile-web-app-capable" content="yes">
|
111 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
112 |
<meta name="apple-mobile-web-app-title" content="Wetterbericht Seebad Eich">
|
113 |
<title>Wetterbericht Seebad Eich</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
<style>
|
115 |
body {{
|
116 |
font-family: Arial, sans-serif;
|