element-web/src/vector/dummy_widget/index.html
Michael Telatynski 66bd562c21 stash tweaks to the test widgets
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-09-28 12:28:59 +01:00

11 lines
238 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dummy Widget</title>
</head>
<body>
<button id="demoBtn">Click me to show a modal widget</button>
<p id="answer"><!-- populated with js --></p>
</body>
</html>