UNPKG

electron-drag-drop

Version:
17 lines (15 loc) 308 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Electron App</title> </head> <body> <div class="label">Testing...</div> <script> setTimeout(() => { document.querySelector('.label').innerText = 'Ready'; }, 300); </script> </body> </html>