Skip to content
Snippets Groups Projects
Select Git revision
  • NFC-Read_Bluetooth_connection
  • Klazify-Post
  • main default protected
3 results

options.html

Blame
  • user avatar
    Alpi-Laptop authored
    b2f658b8
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    options.html 218 B
    <!DOCTYPE html>
    <html>
    <head>
        <link rel="stylesheet" href="button.css">
    </head>
    <body>
    <div id="buttonDiv">
    </div>
    <div>
        <p>Here are the options :D </p>
    </div>
    </body>
    <script src="options.js"></script>
    </html>