@confirmit/create-custom-question
Version:
Confirmit custom question template
17 lines (16 loc) • 348 B
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>