mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
MySensors
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user