UNPKG

@d3x0r/sack-gui

Version:

SACK abstraction library exposed to JS to provide low level system services.

20 lines (19 loc) 309 B
<html> <head> <title>Mouse Clicker Settings</title> <style> .container { position:absolute; left:0; right:0; top:0; bottom:0; } </style> <link rel="stylesheet" href="css/styles.css"> </head> <body> <div id="display" class="container"></div> </body> <script type="module" src="index.js"></script> </html>