mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
MySensors
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://iotmanager.org/esp01ota/build/bundle.css?443"
|
||||
href="https://iotmanager.org/esp01ota/build/bundle.css?450"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<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;
|
||||
document.head.append(script);
|
||||
script.onerror = error;
|
||||
|
||||
Reference in New Issue
Block a user