MySensors

This commit is contained in:
2023-06-25 18:57:59 +03:00
parent 3ebc144747
commit 11a4a53132

View File

@@ -8,14 +8,14 @@
<link rel="icon" type="image/png" href="/favicon.ico" /> <link rel="icon" type="image/png" href="/favicon.ico" />
<link <link
rel="stylesheet" rel="stylesheet"
href="https://iotmanager.org/esp01ota/build/bundle.css?443" href="https://iotmanager.org/esp01ota/build/bundle.css?450"
/> />
</head> </head>
<body> <body>
<script> <script>
let script = document.createElement("script"); let script = document.createElement("script");
script.src = "https://iotmanager.org/esp01ota/build/bundle.js?443"; script.src = "https://iotmanager.org/esp01ota/build/bundle.js?450";
script.onload = execute; script.onload = execute;
document.head.append(script); document.head.append(script);
script.onerror = error; script.onerror = error;