UNPKG

@confirmit/create-custom-question

Version:
17 lines (16 loc) 348 B
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="styles.css" /> </head> <body> <main> <div> <label for="input1">Input 1 label</label> <input type="text" id="input1" /> </div> </main> <script src="custom-question-bridge.js"></script> <script src="index.js"></script> </body> </html>