UNPKG

justduh

Version:

A deceptively simple floating desktop button that sits quietly on your screen, always accessible with a single click.

13 lines 366 B
<!DOCTYPE html> <html> <head> <title>justduh.com</title> <link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="components/control-panel/control-panel.css"> </head> <body> <button id="duh-button">duh.</button> <script src="components/control-panel/control-panel.js"></script> <script src="script.js"></script> </body> </html>