we
This commit is contained in:
@@ -12,10 +12,12 @@ try {
|
|||||||
if (isset($payload['chartName'])) {
|
if (isset($payload['chartName'])) {
|
||||||
$btcChange = $payload['chartName'];
|
$btcChange = $payload['chartName'];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
} catch (Throwable $e) {
|
} catch (Throwable $e) {
|
||||||
// Silently ignore network failures, we degrade gracefully in the UI.
|
// Silently ignore network failures, we degrade gracefully in the UI.
|
||||||
}
|
}
|
||||||
|
|
||||||
$btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt';
|
$btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt';
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@@ -23,6 +25,8 @@ $btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt';
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
|
||||||
<title>Mouse Synth Lab</title>
|
<title>Mouse Synth Lab</title>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
|||||||
Reference in New Issue
Block a user